snazy: 0.57.3 -> 0.58.1

This commit is contained in:
R. Ryantm 2025-08-11 10:22:05 +00:00
parent 08b92281cc
commit 6c4ae6bf0e

View File

@ -8,16 +8,16 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "snazy"; pname = "snazy";
version = "0.57.3"; version = "0.58.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "chmouel"; owner = "chmouel";
repo = "snazy"; repo = "snazy";
rev = version; rev = version;
hash = "sha256-ACEIqMonc4AD84uTkHQZc2+vXjlXhKNLZqNxWm8RnBw="; hash = "sha256-sm3FTQ3+cILoKkMe3qvZg2K+rspvJI3SXpDFD3YPXXk=";
}; };
cargoHash = "sha256-1o6/17H2D8gKpT2EefVfMD2Bp4/R9Xtg+/Eil32GzcM="; cargoHash = "sha256-uRX6qE7tlCvJlWuLtgvuL2DLnqf7+exHLZjAoF0F2PM=";
nativeBuildInputs = [ installShellFiles ]; nativeBuildInputs = [ installShellFiles ];