git-stack: 0.10.18 -> 0.10.19

This commit is contained in:
R. Ryantm 2025-05-22 00:40:41 +00:00
parent 486b9e4b90
commit 4336c2fb36

View file

@ -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;