treewide: name -> pname

This commit is contained in:
volth
2019-08-17 10:54:38 +00:00
parent fe9a3e3e63
commit c814d72b51
520 changed files with 1164 additions and 622 deletions
+3 -2
View File
@@ -3,10 +3,11 @@
let
version = "1.5c";
in stdenv.mkDerivation rec {
name = "zssh-${version}";
pname = "zssh";
inherit version;
src = fetchurl {
url = "mirror://sourceforge/zssh/${name}.tgz";
url = "mirror://sourceforge/zssh/${pname}-${version}.tgz";
sha256 = "06z73iq59lz8ibjrgs7d3xl39vh9yld1988yx8khssch4pw41s52";
};