1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

Merge pull request #7177 from flosse/mediathk-version-in-name

nixpkgs: zdfmediathk: include the version within the name
This commit is contained in:
Arseniy Seroka 2015-04-05 15:42:54 +03:00
commit ca8688f376

View file

@ -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";