libgit2_1_6: 1.6.4 -> 1.6.5

addressing CVE-2024-24575 & CVE-2024-24577
This commit is contained in:
Robert Scott 2024-02-10 18:49:09 +00:00
parent 1ab54f84dc
commit 3f343d428b

View File

@ -21428,12 +21428,12 @@ with pkgs;
};
libgit2_1_6 = libgit2.overrideAttrs rec {
version = "1.6.4";
version = "1.6.5";
src = fetchFromGitHub {
owner = "libgit2";
repo = "libgit2";
rev = "v${version}";
hash = "sha256-lW3mokVKsbknVj2xsxEbeZH4IdKZ0aIgGutzenS0Eh0=";
hash = "sha256-2tgXnrB85dEfxu7giETqMuFxfm0RH5MicHZqO3ezGu0=";
};
patches = [ ];
};