3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #283429 from r-ryantm/auto-update/snazy

snazy: 0.52.1 -> 0.52.7
This commit is contained in:
Nick Cao 2024-01-24 10:08:08 -05:00 committed by GitHub
commit d5fb1a57d3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,16 +6,16 @@
rustPlatform.buildRustPackage rec {
pname = "snazy";
version = "0.52.1";
version = "0.52.7";
src = fetchFromGitHub {
owner = "chmouel";
repo = pname;
rev = version;
hash = "sha256-OoUu42vRe4wPaunb2vJ9ITd0Q76pBI/yC8FI0J+J+ts=";
hash = "sha256-NUDKTJtSzzY+kaqreHroJDW18lta9AcnL94t/jdEOlY=";
};
cargoHash = "sha256-gUeKZNSo/zJ4Nqy4Fpk5JuvFylGBlKJu+Nw9XWXVx0g=";
cargoHash = "sha256-raDkfP7EeyXbMr2puR+dHUKVqguVvkV7noNuLw/KttI=";
nativeBuildInputs = [ installShellFiles ];