Merge pull request #286423 from r-ryantm/auto-update/libpkgconf

libpkgconf: 2.1.0 -> 2.1.1
This commit is contained in:
Sandro 2024-02-06 17:04:55 +01:00 committed by GitHub
commit 2cc8d6965e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,11 +6,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "pkgconf";
version = "2.1.0";
version = "2.1.1";
src = fetchurl {
url = "https://distfiles.dereferenced.org/pkgconf/pkgconf-${finalAttrs.version}.tar.xz";
hash = "sha256-Jm1YYe5RxSvHECk6HTZiKuFtBI1x7FYDSgLrnPlnd2E=";
hash = "sha256-OiJPKszwkbd6V4Exbie57juoLAg8wuU54IlAtopE/sU=";
};
outputs = [ "out" "lib" "dev" "man" "doc" ];