git-gamble: 2.10.0 -> 2.11.0 (#421729)

Co-authored-by: pinage404 <pinage404@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot] 2025-07-02 17:38:52 +00:00 committed by GitHub
commit 51e8f407be
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 = ''