Merge pull request #212487 from LeSuisse/pkgconf-1.9.4

pkgconf-unwrapped: 1.9.3 -> 1.9.4
This commit is contained in:
Anderson Torres 2023-01-24 20:58:48 -03:00 committed by GitHub
commit 000178d44d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,11 +6,11 @@
stdenv.mkDerivation rec {
pname = "pkgconf";
version = "1.9.3";
version = "1.9.4";
src = fetchurl {
url = "https://distfiles.dereferenced.org/${pname}/${pname}-${version}.tar.xz";
hash = "sha256-X7NVtIfVT7bTQeTxjU4vfoE6ZiLPA6noev+mpAVlaZ0=";
hash = "sha256-2szxu+WjDRSbVWx9L//+r9dte1FOJJJxq91QFTPB2K4=";
};
outputs = [ "out" "lib" "dev" "man" "doc" ];