summary refs log tree commit diff
diff options
context:
space:
mode:
authorMarkus Kohlhase <mail@markus-kohlhase.de>2015-04-05 11:57:16 +0000
committerMarkus Kohlhase <mail@markus-kohlhase.de>2015-04-05 11:57:16 +0000
commitcee32973520011f54c3e43f7b3760d410e10851f (patch)
tree65097e3c66350ab99c706d55b6bd90d0b09bc7bb
parent5c866dc5e96356c8f3ef06dff53c8e183dc45f1e (diff)
downloadnixpkgs-cee32973520011f54c3e43f7b3760d410e10851f.tar
nixpkgs-cee32973520011f54c3e43f7b3760d410e10851f.tar.gz
nixpkgs-cee32973520011f54c3e43f7b3760d410e10851f.tar.bz2
nixpkgs-cee32973520011f54c3e43f7b3760d410e10851f.tar.lz
nixpkgs-cee32973520011f54c3e43f7b3760d410e10851f.tar.xz
nixpkgs-cee32973520011f54c3e43f7b3760d410e10851f.tar.zst
nixpkgs-cee32973520011f54c3e43f7b3760d410e10851f.zip
nixpkgs: zdfmediathk: include the version within the name
-rw-r--r--pkgs/applications/video/zdfmediathk/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/video/zdfmediathk/default.nix b/pkgs/applications/video/zdfmediathk/default.nix
index 74a203dc919..06342075182 100644
--- a/pkgs/applications/video/zdfmediathk/default.nix
+++ b/pkgs/applications/video/zdfmediathk/default.nix
@@ -5,7 +5,7 @@ with stdenv;
 mkDerivation rec {
 
   version = "9";
-  name = "zdfmediathk";
+  name = "zdfmediathk-${version}";
   src = fetchurl {
     url = "http://downloads.sourceforge.net/project/zdfmediathk/Mediathek/Mediathek%209/MediathekView_${version}.zip";
     sha256 = "1wff0igr33z9p1mjw7yvb6658smdwnp22dv8klz0y8qg116wx7a4";