Merge pull request #287841 from risicle/ris-libgit2-1.6.5

libgit2_1_6: 1.6.4 -> 1.6.5
This commit is contained in:
Thomas Gerbet 2024-02-11 15:22:50 +01:00 committed by GitHub
commit 7a08630b92
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -21435,12 +21435,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 = [ ];
};