Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

snazy: 0.52.0 -> 0.52.1

Diff: https://github.com/chmouel/snazy/compare/0.52.0...0.52.1

Changelog: https://github.com/chmouel/snazy/releases/tag/0.52.1

figsoda 00a68ebf 5f34f2dd

+3 -3
+3 -3
pkgs/development/tools/snazy/default.nix
··· 6 6 7 7 rustPlatform.buildRustPackage rec { 8 8 pname = "snazy"; 9 - version = "0.52.0"; 9 + version = "0.52.1"; 10 10 11 11 src = fetchFromGitHub { 12 12 owner = "chmouel"; 13 13 repo = pname; 14 14 rev = version; 15 - hash = "sha256-ax16BO2I+LgaVilqrsVToulBRcyr0C/QUtrdn0nUfBU="; 15 + hash = "sha256-OoUu42vRe4wPaunb2vJ9ITd0Q76pBI/yC8FI0J+J+ts="; 16 16 }; 17 17 18 - cargoHash = "sha256-go6y/NH3vFb8xtAGVpgy0GQfMfzXfn8hI+tJnUdCFAU="; 18 + cargoHash = "sha256-gUeKZNSo/zJ4Nqy4Fpk5JuvFylGBlKJu+Nw9XWXVx0g="; 19 19 20 20 nativeBuildInputs = [ installShellFiles ]; 21 21