git-gamble: 2.10.0 -> 2.11.0

This commit is contained in:
R. Ryantm 2025-07-02 09:06:41 +00:00
parent 0c2bffc943
commit 4a742a231e

View File

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