gitoxide: 0.39.0 -> 0.42.0

This commit is contained in:
Sizhe Zhao
2025-04-05 16:02:44 +08:00
parent 22469a5fd6
commit 0daef72f28
+3 -3
View File
@@ -18,17 +18,17 @@ let
in
rustPlatform.buildRustPackage rec {
pname = "gitoxide";
version = "0.39.0";
version = "0.42.0";
src = fetchFromGitHub {
owner = "GitoxideLabs";
repo = "gitoxide";
rev = "v${version}";
hash = "sha256-xv4xGkrArJ/LTVLs2SYhvxhfNG6sjVm5nZWsi4s34iM=";
hash = "sha256-hrCWt4cCnlH3NKH5Uugf/rvVN+YpbeZgZ/lhnQGZ2I0=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-SRJkI61Z8revRWoschkUAJwcJfKB/U03+YfwEcnEIm8=";
cargoHash = "sha256-q35MQGN/tvsK7gg0a/ljoVY6wedy7rwKlSakONgBIgk=";
nativeBuildInputs = [
cmake