about summary refs log tree commit diff
path: root/pkgs/applications/networking/remote/ssvnc/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/networking/remote/ssvnc/default.nix')
-rw-r--r--pkgs/applications/networking/remote/ssvnc/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/remote/ssvnc/default.nix b/pkgs/applications/networking/remote/ssvnc/default.nix
index 99835627f879..f85f6cbb7ba4 100644
--- a/pkgs/applications/networking/remote/ssvnc/default.nix
+++ b/pkgs/applications/networking/remote/ssvnc/default.nix
@@ -2,11 +2,11 @@
 , libXaw, libXext, libXpm, openjpeg, openssl, tk, perl }:
 
 stdenv.mkDerivation rec {
-  name = "ssvnc-${version}";
+  pname = "ssvnc";
   version = "1.0.29";
 
   src = fetchurl {
-    url = "mirror://sourceforge/ssvnc/${name}.src.tar.gz";
+    url = "mirror://sourceforge/ssvnc/${pname}-${version}.src.tar.gz";
     sha256 = "74df32eb8eaa68b07c9693a232ebe42154617c7f3cbe1d4e68d3fe7c557d618d";
   };