about summary refs log tree commit diff
path: root/pkgs/applications/audio/ssrc/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/audio/ssrc/default.nix')
-rw-r--r--pkgs/applications/audio/ssrc/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/audio/ssrc/default.nix b/pkgs/applications/audio/ssrc/default.nix
index 9eb71835caa92..1247bbc19f976 100644
--- a/pkgs/applications/audio/ssrc/default.nix
+++ b/pkgs/applications/audio/ssrc/default.nix
@@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
       without audible degradation.
     '';
 
-    version = "${version}";
+    version = version;
     homepage = http://shibatch.sourceforge.net/;
     license = licenses.gpl2;
     maintainers = with maintainers; [ leenaars];