git-gamble: 2.9.0 -> 2.10.0

This commit is contained in:
R. Ryantm 2025-03-19 20:03:00 +00:00 committed by pinage404
parent 6332b3cb34
commit 7a70609fe2

View file

@ -9,13 +9,13 @@
}:
let
version = "2.9.0";
version = "2.10.0";
src = fetchFromGitLab {
owner = "pinage404";
repo = "git-gamble";
rev = "version/${version}";
hash = "sha256-hMP5mBKXcO+Ws04G3OxdYuB5JoaSjlYtlkerRQ6+bXw=";
hash = "sha256-oWbV3KhDcb/LlDkaGqkrYU/b2LEijUTX0RaHi0yS5cw=";
};
in
rustPlatform.buildRustPackage {
@ -23,7 +23,7 @@ rustPlatform.buildRustPackage {
inherit version src;
useFetchCargoVendor = true;
cargoHash = "sha256-t58vf/xhJi5HV9lBWvXzKMZ8I2stjTAmCOrdLWPerGI=";
cargoHash = "sha256-v8sQuFmHHWuLUhRND1CzI5VkybgHRETVyNNabw1Uhyg=";
nativeCheckInputs = [ gitMinimal ];
preCheck = ''