summaryrefslogtreecommitdiffstats
path: root/pkgs/tools/cd-dvd/cue2pops/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/cd-dvd/cue2pops/default.nix')
-rw-r--r--pkgs/tools/cd-dvd/cue2pops/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/cd-dvd/cue2pops/default.nix b/pkgs/tools/cd-dvd/cue2pops/default.nix
index 6523c8a0cf3f..970b32eb08fb 100644
--- a/pkgs/tools/cd-dvd/cue2pops/default.nix
+++ b/pkgs/tools/cd-dvd/cue2pops/default.nix
@@ -2,7 +2,7 @@
with stdenv.lib;
stdenv.mkDerivation rec {
- name = "cue2pops-${version}";
+ pname = "cue2pops";
version = "git-2018-01-04";
src = fetchFromGitHub {