rusty-psn: 0.5.10 -> 0.6.0 (#548665)

This commit is contained in:
Nick Cao
2026-08-03 20:37:05 +00:00
committed by GitHub
+3 -3
View File
@@ -24,16 +24,16 @@
rustPlatform.buildRustPackage rec {
pname = "rusty-psn";
version = "0.5.10";
version = "0.6.0";
src = fetchFromGitHub {
owner = "RainbowCookie32";
repo = "rusty-psn";
tag = "v${version}";
hash = "sha256-3sy3PBiV7ioRnYwI2vF6lGVj3Q/Ls6GmENyGePCgQ3k=";
hash = "sha256-xdhNwKWJ2DjwKAPCeW26Ccl7oCmWdlNoAdZQKcDU8Ew=";
};
cargoHash = "sha256-orsCExYx9ZGtda13mmFk7665WFwZ7E7rr5wEcDxc+vY=";
cargoHash = "sha256-Kf/+5u1zPLNCFhT+IDvFWnrG4TfcjzJjaTw8w0vyfi0=";
# Tests require network access
doCheck = false;