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