snazy: 0.55.0 -> 0.56.0

This commit is contained in:
R. Ryantm
2025-04-28 12:52:41 +00:00
parent 917ee0af83
commit 25be0d063c
+3 -3
View File
@@ -8,17 +8,17 @@
rustPlatform.buildRustPackage rec {
pname = "snazy";
version = "0.55.0";
version = "0.56.0";
src = fetchFromGitHub {
owner = "chmouel";
repo = pname;
rev = version;
hash = "sha256-Vc3L93S7WQAcqsLIhiCrTGmmc+1q26zRpOWXyUNFNVc=";
hash = "sha256-VR4IRMmSQCF/CXgKfJ5OEFbXg9o/40lBonupOF38lFg=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-ZieQfjRSxO5LEpQaXFIPcdejoG+6Mw4FCM/7LcbwRro=";
cargoHash = "sha256-tZYAIlQW1IsQSpMF4BmiiCo1CVYjM2GNXcEXT3gCoPA=";
nativeBuildInputs = [ installShellFiles ];