application/development: /s/name/pname&version/

This commit is contained in:
Felix Buehler
2021-06-30 09:55:22 +02:00
parent 1e7f88a523
commit 6f04cd0e69
79 changed files with 264 additions and 185 deletions
+3 -2
View File
@@ -1,10 +1,11 @@
{ fetchurl, lib, stdenv }:
stdenv.mkDerivation rec {
name = "cppi-1.18";
pname = "cppi";
version = "1.18";
src = fetchurl {
url = "mirror://gnu/cppi/${name}.tar.xz";
url = "mirror://gnu/${pname}/${pname}-${version}.tar.xz";
sha256 = "1jk42cjaggk71rimjnx3qpmb6hivps0917vl3z7wbxk3i2whb98j";
};