snazy: 0.52.7 -> 0.52.17

This commit is contained in:
R. Ryantm 2024-01-29 06:15:01 +00:00
parent b969f908a8
commit 5ae3e3cdc1

View File

@ -6,16 +6,16 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "snazy"; pname = "snazy";
version = "0.52.7"; version = "0.52.17";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "chmouel"; owner = "chmouel";
repo = pname; repo = pname;
rev = version; rev = version;
hash = "sha256-NUDKTJtSzzY+kaqreHroJDW18lta9AcnL94t/jdEOlY="; hash = "sha256-0r5xhmU9a9I+q24mjJ+C4EKK1Nw/67YThuBFibAx3Dw=";
}; };
cargoHash = "sha256-raDkfP7EeyXbMr2puR+dHUKVqguVvkV7noNuLw/KttI="; cargoHash = "sha256-ljYsF5lBRqiTqx9nta5h/75052GWOBJ9uJnqZkWJvwI=";
nativeBuildInputs = [ installShellFiles ]; nativeBuildInputs = [ installShellFiles ];