Merge pull request #185531 from r-ryantm/auto-update/pkgconf

libpkgconf: 1.8.0 -> 1.9.2
This commit is contained in:
Anderson Torres 2022-08-16 20:35:38 -03:00 committed by GitHub
commit af09a262d6
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.8.0";
version = "1.9.2";
src = fetchurl {
url = "https://distfiles.dereferenced.org/${pname}/${pname}-${version}.tar.xz";
hash = "sha256-75x+YYIrfLg1bm6eHcpY2VVvMgDXisqzXkNH6dTCu68=";
hash = "sha256-22v1Qm4On8EHBCzIX8YrHzkfHXr0bEo8Obf1tSMd+gk=";
};
outputs = [ "out" "lib" "dev" "man" "doc" ];