mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 11:45:45 +03:00
git-stack: 0.10.18 -> 0.10.19
This commit is contained in:
parent
486b9e4b90
commit
4336c2fb36
1 changed files with 3 additions and 3 deletions
|
@ -8,17 +8,17 @@
|
||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "git-stack";
|
pname = "git-stack";
|
||||||
version = "0.10.18";
|
version = "0.10.19";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "gitext-rs";
|
owner = "gitext-rs";
|
||||||
repo = "git-stack";
|
repo = "git-stack";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-iFoxYq4NHC/K0ruPDXHfayZDglebBJE00V57HUH9Y84=";
|
hash = "sha256-oJ24qNL0Lw0MC8+YHbnCW2Mbpu2N04e0QG3LpLbYH4M=";
|
||||||
};
|
};
|
||||||
|
|
||||||
useFetchCargoVendor = true;
|
useFetchCargoVendor = true;
|
||||||
cargoHash = "sha256-338iRd6zoy2O55sZ0h+s6i8kg4yXFBowRQLge9R9Bqs=";
|
cargoHash = "sha256-kjyJeKeFtETowTehQEjN58YoqYFUBt9yQlRIcNY0hso=";
|
||||||
|
|
||||||
# Many tests try to access the file system.
|
# Many tests try to access the file system.
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue