mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
git-gamble: 2.9.0 -> 2.10.0
This commit is contained in:
parent
6332b3cb34
commit
7a70609fe2
1 changed files with 3 additions and 3 deletions
|
@ -9,13 +9,13 @@
|
||||||
}:
|
}:
|
||||||
|
|
||||||
let
|
let
|
||||||
version = "2.9.0";
|
version = "2.10.0";
|
||||||
|
|
||||||
src = fetchFromGitLab {
|
src = fetchFromGitLab {
|
||||||
owner = "pinage404";
|
owner = "pinage404";
|
||||||
repo = "git-gamble";
|
repo = "git-gamble";
|
||||||
rev = "version/${version}";
|
rev = "version/${version}";
|
||||||
hash = "sha256-hMP5mBKXcO+Ws04G3OxdYuB5JoaSjlYtlkerRQ6+bXw=";
|
hash = "sha256-oWbV3KhDcb/LlDkaGqkrYU/b2LEijUTX0RaHi0yS5cw=";
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
rustPlatform.buildRustPackage {
|
rustPlatform.buildRustPackage {
|
||||||
|
@ -23,7 +23,7 @@ rustPlatform.buildRustPackage {
|
||||||
inherit version src;
|
inherit version src;
|
||||||
|
|
||||||
useFetchCargoVendor = true;
|
useFetchCargoVendor = true;
|
||||||
cargoHash = "sha256-t58vf/xhJi5HV9lBWvXzKMZ8I2stjTAmCOrdLWPerGI=";
|
cargoHash = "sha256-v8sQuFmHHWuLUhRND1CzI5VkybgHRETVyNNabw1Uhyg=";
|
||||||
|
|
||||||
nativeCheckInputs = [ gitMinimal ];
|
nativeCheckInputs = [ gitMinimal ];
|
||||||
preCheck = ''
|
preCheck = ''
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue