vdr: 2.6.5 -> 2.6.6

This commit is contained in:
R. Ryantm
2024-01-28 06:29:23 +00:00
parent 6d5c4cff12
commit 026fe77e3f
+2 -2
View File
@@ -5,12 +5,12 @@
}: stdenv.mkDerivation rec {
pname = "vdr";
version = "2.6.5";
version = "2.6.6";
src = fetchgit {
url = "git://git.tvdr.de/vdr.git";
rev = version;
hash = "sha256-CKgo1Saj6EkSRNoIh16wzGHmToIMADZtjd8VQ+c1nus=";
hash = "sha256-3om/Q67PHtX/aIG4zMCaJTyD9bZNEcyE5LQTeb+zB+M=";
};
enableParallelBuilding = true;