mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
Merge pull request #7177 from flosse/mediathk-version-in-name
nixpkgs: zdfmediathk: include the version within the name
This commit is contained in:
commit
ca8688f376
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user