git-stack: 0.10.19 -> 0.10.20
This commit is contained in:
parent
e960ddc1a5
commit
8a8adf71d6
@ -9,16 +9,16 @@
|
|||||||
}:
|
}:
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "git-stack";
|
pname = "git-stack";
|
||||||
version = "0.10.19";
|
version = "0.10.20";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "gitext-rs";
|
owner = "gitext-rs";
|
||||||
repo = "git-stack";
|
repo = "git-stack";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-oJ24qNL0Lw0MC8+YHbnCW2Mbpu2N04e0QG3LpLbYH4M=";
|
hash = "sha256-PULWvJ1sfLbTVOICl/ENPG76tOw+98Whgtc9obO+W6w=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoHash = "sha256-kjyJeKeFtETowTehQEjN58YoqYFUBt9yQlRIcNY0hso=";
|
cargoHash = "sha256-n+kU6OLwsAjUVc1LPZpcn54FJroU09LNWmrar2oNyXI=";
|
||||||
|
|
||||||
buildInputs =
|
buildInputs =
|
||||||
[ ]
|
[ ]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user