about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorChristian Kögler <ck3d@gmx.de>2024-04-29 18:03:10 +0200
committerGitHub <noreply@github.com>2024-04-29 18:03:10 +0200
commit040c045db72424cb12c0440807a9a3b6050bbb99 (patch)
treefb197eada5c10245dac939081be1957130990651 /pkgs
parentcd2239d444d3e2779257d95224eba4951319cdb0 (diff)
parentde26733c8e08aff6beea32bdb566ae0ef211f81c (diff)
Merge pull request #307701 from r-ryantm/auto-update/vdr
vdr: 2.6.6 -> 2.6.7
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/video/vdr/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/video/vdr/default.nix b/pkgs/applications/video/vdr/default.nix
index c5159fdd61f0f..5713aeb954af3 100644
--- a/pkgs/applications/video/vdr/default.nix
+++ b/pkgs/applications/video/vdr/default.nix
@@ -5,12 +5,12 @@
 }: stdenv.mkDerivation rec {
 
   pname = "vdr";
-  version = "2.6.6";
+  version = "2.6.7";
 
   src = fetchgit {
     url = "git://git.tvdr.de/vdr.git";
     rev = version;
-    hash = "sha256-3om/Q67PHtX/aIG4zMCaJTyD9bZNEcyE5LQTeb+zB+M=";
+    hash = "sha256-6i3EQgARwMLNejgB0NevmLmd9OrNBvjqW+qLrAdqUxE=";
   };
 
   enableParallelBuilding = true;