tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
rust-script: 0.20.0 -> 0.21.0
figsoda
3 years ago
cbe577f7
9015601f
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
development
tools
rust
rust-script
default.nix
+3
-3
pkgs/development/tools/rust/rust-script/default.nix
···
2
2
3
3
rustPlatform.buildRustPackage rec {
4
4
pname = "rust-script";
5
5
-
version = "0.20.0";
5
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
11
-
sha256 = "sha256-WcvRkp57VyBB5gQgamFoR6wK1cRJ+3hQqixOBgeapJU=";
11
11
+
sha256 = "sha256-5T5DivfT7/MkBJo5YgLAVnfct84nBhw/OXWQ/4TMm2A=";
12
12
};
13
13
14
14
-
cargoSha256 = "sha256-qJIftByppOrT4g3sxmKRSLhxtpAW4eXWX0FhmMDJNu0=";
14
14
+
cargoSha256 = "sha256-mDH3R9gn64DXVoe3Vkl2Kwhr7OTOUWKBLW5Y+Uo4aXM=";
15
15
16
16
# tests require network access
17
17
doCheck = false;