about summary refs log tree commit diff
path: root/pkgs/applications/video
diff options
context:
space:
mode:
authormarkuskowa <markus.kowalewski@gmail.com>2021-11-01 21:17:14 +0100
committerGitHub <noreply@github.com>2021-11-01 21:17:14 +0100
commitdd49b2dbf08b0e0d62a88e70d8b53cc9c532c01c (patch)
treedd08fa89f2e9f4ce7a8e3e0adc6b34b29d98c25f /pkgs/applications/video
parent78dd8567c113a2d23736c7c6c064b55ddeb9d5ad (diff)
parent3e74257f86d9a7c1fd9573ace96067a01d9f7b94 (diff)
Merge pull request #143279 from r-ryantm/auto-update/vdr
vdr: 2.4.7 -> 2.5.6
Diffstat (limited to 'pkgs/applications/video')
-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 265ef82528dbc..c45c982d65166 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.4.7";
+  version = "2.5.6";
 
   src = fetchgit {
     url = "git://git.tvdr.de/vdr.git";
     rev = version;
-    sha256 = "sha256-hDJ/DemWuLddDvXGqxkSTIqATlWUjolcP7ojjhK2CDk=";
+    sha256 = "sha256-hgP8EIGwEPj30fijZzcujnvutG+acU4qqqvgY6FB/z4=";
   };
 
   enableParallelBuilding = true;