1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 19:51:17 +00:00

libpkgconf: 2.1.0 -> 2.1.1

This commit is contained in:
R. Ryantm 2024-02-05 05:16:50 +00:00
parent 4888d2428d
commit 0789195938

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" ];