crunchy-cli: 3.3.1 -> 3.3.4

This commit is contained in:
R. Ryantm 2024-04-05 05:11:38 +00:00
parent 86485bebac
commit a5ce721181
2 changed files with 253 additions and 254 deletions

File diff suppressed because it is too large Load Diff

View File

@ -10,13 +10,13 @@
rustPlatform.buildRustPackage rec {
pname = "crunchy-cli";
version = "3.3.1";
version = "3.3.4";
src = fetchFromGitHub {
owner = "crunchy-labs";
repo = "crunchy-cli";
rev = "v${version}";
hash = "sha256-qpbAUqtSOLO1m4gF7+rwArIEpbGnssqw1B/kPrmOhm0=";
hash = "sha256-yhihHHanUYa6+UeNUKDCpr0Z0ad+A0iS1eUtouOZurA=";
};
cargoLock = {