vdr: 2.8.1 -> 2.8.2

This commit is contained in:
R. Ryantm
2026-06-02 12:41:36 +00:00
parent 017304cea5
commit 0a615d7b92
+2 -2
View File
@@ -17,12 +17,12 @@
stdenv.mkDerivation rec {
pname = "vdr";
version = "2.8.1";
version = "2.8.2";
src = fetchgit {
url = "git://git.tvdr.de/vdr.git";
rev = version;
hash = "sha256-jQR+d0BEmKwPRlf4ZTtdDvq/MiIFrsmEqJYoSmk2d84=";
hash = "sha256-m+aSW4b9GEhJa2Tax5nkm4q5DBZVWwBMa3abRM8vw08=";
};
enableParallelBuilding = true;