pkgconf-unwrapped: 1.9.3 -> 1.9.4
Fixes CVE-2023-24056 https://ariadne.space/2023/01/24/pkgconf-cve-2023-24056-and-disinformation/ Changelog: https://github.com/pkgconf/pkgconf/blob/pkgconf-1.9.4/NEWS
This commit is contained in:
parent
bb7aafebb3
commit
9013498050
1 changed files with 2 additions and 2 deletions
|
@ -6,11 +6,11 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "pkgconf";
|
||||
version = "1.9.3";
|
||||
version = "1.9.4";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://distfiles.dereferenced.org/${pname}/${pname}-${version}.tar.xz";
|
||||
hash = "sha256-X7NVtIfVT7bTQeTxjU4vfoE6ZiLPA6noev+mpAVlaZ0=";
|
||||
hash = "sha256-2szxu+WjDRSbVWx9L//+r9dte1FOJJJxq91QFTPB2K4=";
|
||||
};
|
||||
|
||||
outputs = [ "out" "lib" "dev" "man" "doc" ];
|
||||
|
|
Loading…
Reference in a new issue