pkgconf-unwrapped: 1.7.3 -> 1.7.4
This commit is contained in:
parent
77cf1c3445
commit
7b1958dfff
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "pkgconf";
|
pname = "pkgconf";
|
||||||
version = "1.7.3";
|
version = "1.7.4";
|
||||||
|
|
||||||
nativeBuildInputs = [ removeReferencesTo ];
|
nativeBuildInputs = [ removeReferencesTo ];
|
||||||
|
|
||||||
|
@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://distfiles.dereferenced.org/${pname}/${pname}-${version}.tar.xz";
|
url = "https://distfiles.dereferenced.org/${pname}/${pname}-${version}.tar.xz";
|
||||||
sha256 = "1h7rf5cch0cbxp8nmjkkf272zrz2jgpqpr8a58ww75pn3jjswimq";
|
sha256 = "sha256-1z8ywkikWRE5prF3d8gNTeq2tBTsKz0h0KJL40jEdqs=";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Debian has outputs like these too:
|
# Debian has outputs like these too:
|
||||||
|
|
Loading…
Reference in a new issue