lol

rust-script: 0.20.0 -> 0.21.0

figsoda cbe577f7 9015601f

+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.20.0"; 5 + version = "0.21.0"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "fornwall"; 9 9 repo = pname; 10 10 rev = "v${version}"; 11 - sha256 = "sha256-WcvRkp57VyBB5gQgamFoR6wK1cRJ+3hQqixOBgeapJU="; 11 + sha256 = "sha256-5T5DivfT7/MkBJo5YgLAVnfct84nBhw/OXWQ/4TMm2A="; 12 12 }; 13 13 14 - cargoSha256 = "sha256-qJIftByppOrT4g3sxmKRSLhxtpAW4eXWX0FhmMDJNu0="; 14 + cargoSha256 = "sha256-mDH3R9gn64DXVoe3Vkl2Kwhr7OTOUWKBLW5Y+Uo4aXM="; 15 15 16 16 # tests require network access 17 17 doCheck = false;