Loading pkgs/by-name/gi/gitoxide/package.nix +3 −3 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
pkgs/by-name/gi/gitoxide/package.nix +3 −3 Original line number Diff line number Diff line Loading @@ -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 Loading