mask: 0.11.4 -> 0.11.6 (#348407)

This commit is contained in:
Nick Cao
2024-10-14 08:21:46 -04:00
committed by GitHub
+3 -3
View File
@@ -2,16 +2,16 @@
rustPlatform.buildRustPackage rec {
pname = "mask";
version = "0.11.4";
version = "0.11.6";
src = fetchFromGitHub {
owner = "jacobdeichert";
repo = pname;
rev = "mask/${version}";
hash = "sha256-pi8dD4Fko39yn1maXNOqm+aDWYJhxE/b4kH7H18InbY=";
hash = "sha256-xGD23pso5iS+9dmfTMNtR6YqUqKnzJTzMl+OnRGpL3g=";
};
cargoHash = "sha256-zbvYSTR0m7S4m0WFQrCqCrMXqMcDW2oIMznD5PDdeHE=";
cargoHash = "sha256-bhf6+nUxg4yIQIjiQYFdtPPF1crFVsofHdEsIOpiH2Q=";
# tests require mask to be installed
doCheck = false;