libpkgconf: 1.9.4 -> 1.9.5

This commit is contained in:
R. Ryantm 2023-05-15 06:17:55 +00:00
parent 641a768829
commit 90237f910a

View File

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