vdr: 2.6.0 -> 2.6.1

main
R. Ryantm 2 years ago
parent df68f3a71e
commit 2fb3a86e50
  1. 4
      pkgs/applications/video/vdr/default.nix

@ -5,12 +5,12 @@
}: stdenv.mkDerivation rec {
pname = "vdr";
version = "2.6.0";
version = "2.6.1";
src = fetchgit {
url = "git://git.tvdr.de/vdr.git";
rev = version;
sha256 = "sha256-TZm9pN9xtqkKhETsUhIIalK+4xQpFV3TXyWychSoyRk=";
sha256 = "sha256-jKuvh1OruPXTBlgLwlwcJdqC8u0WBDr/Un5JUL3U0hw=";
};
enableParallelBuilding = true;

Loading…
Cancel
Save