Merge pull request #152996 from r-ryantm/auto-update/vdr

vdr: 2.5.6 -> 2.6.0
This commit is contained in:
markuskowa
2022-01-01 22:56:11 +01:00
committed by GitHub
+2 -2
View File
@@ -5,12 +5,12 @@
}: stdenv.mkDerivation rec {
pname = "vdr";
version = "2.5.6";
version = "2.6.0";
src = fetchgit {
url = "git://git.tvdr.de/vdr.git";
rev = version;
sha256 = "sha256-hgP8EIGwEPj30fijZzcujnvutG+acU4qqqvgY6FB/z4=";
sha256 = "sha256-TZm9pN9xtqkKhETsUhIIalK+4xQpFV3TXyWychSoyRk=";
};
enableParallelBuilding = true;