Merge pull request #226191 from figsoda/rust-script

rust-script: 0.25.0 -> 0.26.0

authored by

Nick Cao and committed by
GitHub
4f49c2b7 80e721f0

+3 -3
+3 -3
pkgs/development/tools/rust/rust-script/default.nix
··· 2 2 3 3 rustPlatform.buildRustPackage rec { 4 4 pname = "rust-script"; 5 - version = "0.25.0"; 5 + version = "0.26.0"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "fornwall"; 9 9 repo = pname; 10 10 rev = version; 11 - sha256 = "sha256-oY971/+3PizyOtKSXeyHUlC+Rf+qS+Zf5Ls+OL6rIgE="; 11 + sha256 = "sha256-2ZEFtpaKBhF8puYB5gqttrdxKI2zrm6wjukRM+mBeF0="; 12 12 }; 13 13 14 - cargoSha256 = "sha256-NtYmJS9SBNZkF5hv5IcPzk6DxYLAu1/nBexahdjUYgY="; 14 + cargoSha256 = "sha256-HRT0PSI0x2I/zuKKDcn08cyBC8gxkC5XXRFle/Ayrkg="; 15 15 16 16 # tests require network access 17 17 doCheck = false;