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 = "0.8"; in
stdenv.mkDerivation rec {
name = "buildtorrent-${version}";
pname = "buildtorrent";
inherit version;
src = fetchurl {
url = "https://mathr.co.uk/blog/code/${name}.tar.gz";
url = "https://mathr.co.uk/blog/code/${pname}-${version}.tar.gz";
sha256 = "e8e27647bdb38873ac570d46c1a9689a92b01bb67f59089d1cdd08784f7052d0";
};