libpkgconf: 2.0.3 -> 2.1.0

This commit is contained in:
R. Ryantm 2023-11-24 16:51:19 +00:00 committed by Anderson Torres
parent 7351284f4c
commit 2ef00f3e0b

View File

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