about summary refs log tree commit diff
path: root/pkgs/applications/video/mediathekview
diff options
context:
space:
mode:
authorAndré-Patrick Bubel <code@apb.name>2021-02-04 03:42:39 +0100
committerAndré-Patrick Bubel <code@apb.name>2021-02-04 03:42:39 +0100
commit32cfcdd47c380a503a8d2983cefd95431a85d900 (patch)
treec7da5c180f4f051f89bb4f19766bf34d967c89bd /pkgs/applications/video/mediathekview
parentcb4fe8e0cda8e4af51a54b7cfb3c2385894e7958 (diff)
mediathekview: 13.7.0 -> 13.7.1
Diffstat (limited to 'pkgs/applications/video/mediathekview')
-rw-r--r--pkgs/applications/video/mediathekview/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/video/mediathekview/default.nix b/pkgs/applications/video/mediathekview/default.nix
index 1e4f47852651a..2005a949a5c40 100644
--- a/pkgs/applications/video/mediathekview/default.nix
+++ b/pkgs/applications/video/mediathekview/default.nix
@@ -1,11 +1,11 @@
 { lib, stdenv, fetchurl, makeWrapper, jre }:
 
 stdenv.mkDerivation rec {
-  version = "13.7.0";
+  version = "13.7.1";
   pname = "mediathekview";
   src = fetchurl {
     url = "https://download.mediathekview.de/stabil/MediathekView-${version}-linux.tar.gz";
-    sha256 = "sha256-9SQUsxs/Zt7YaZo6FdeEF3MOUO3IbkDGwV5i72/X4bk=";
+    sha256 = "sha256-yFPyj1Mbgj2eJv4DpvfOtPyTbL9gMAXC5TzSx8AV27o=";
   };
 
   nativeBuildInputs = [ makeWrapper ];