summary refs log tree commit diff
path: root/pkgs/tools/security/ssss/0.5.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/security/ssss/0.5.nix')
-rw-r--r--pkgs/tools/security/ssss/0.5.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/security/ssss/0.5.nix b/pkgs/tools/security/ssss/0.5.nix
index 9b460d0226c..15288361baf 100644
--- a/pkgs/tools/security/ssss/0.5.nix
+++ b/pkgs/tools/security/ssss/0.5.nix
@@ -18,7 +18,7 @@ args : with args; with builderDefs;
 	});
 	in with localDefs;
 stdenv.mkDerivation rec {
-	name = "ssss-"+version;
+	name = "ssss-0.5";
 	builder = writeScript (name + "-builder")
 		(textClosure localDefs 
 			["doPatch" doMakeInstall doForceShare doPropagate]);