snazy: 0.56.0 -> 0.57.1

This commit is contained in:
R. Ryantm 2025-07-11 08:23:26 +00:00
parent 52809155bd
commit 08c1b25c34

View File

@ -8,17 +8,17 @@
rustPlatform.buildRustPackage rec {
pname = "snazy";
version = "0.56.0";
version = "0.57.1";
src = fetchFromGitHub {
owner = "chmouel";
repo = "snazy";
rev = version;
hash = "sha256-VR4IRMmSQCF/CXgKfJ5OEFbXg9o/40lBonupOF38lFg=";
hash = "sha256-W9Bb9a9oeZF89mopKOY/E44tqj981I6z9EMRHgFb0Eo=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-tZYAIlQW1IsQSpMF4BmiiCo1CVYjM2GNXcEXT3gCoPA=";
cargoHash = "sha256-yvRZjNY3RRdMm9KuZAwgt4JzvaNwPdia7vQhR7uFNs4=";
nativeBuildInputs = [ installShellFiles ];