vdr: 2.5.6 -> 2.6.0

This commit is contained in:
R. Ryantm 2021-12-31 20:55:08 +00:00
parent 5c60dc1f26
commit abdb5580f7

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;