File tree Expand file tree Collapse file tree 2 files changed +8
-43
lines changed
pkgs/casper-node-contracts Expand file tree Collapse file tree 2 files changed +8
-43
lines changed Original file line number Diff line number Diff line change 3
3
, rust-bin
4
4
}:
5
5
let
6
- rust-wasm32 = rust-bin.nightly."2023-03-25".default.override {
7
- extensions = [ ];
6
+ rust-wasm32 = rust-bin.nightly.latest.default.override {
8
7
targets = [
9
8
"wasm32-unknown-unknown"
10
9
];
15
14
rustc = rust-wasm32;
16
15
}).buildRustPackage rec {
17
16
pname = "casper-node-contracts";
18
- version = "1.5.6 ";
17
+ version = "1.5.7 ";
19
18
20
19
src = fetchFromGitHub {
21
20
owner = "casper-network";
22
21
repo = "casper-node";
23
- rev = "v ${version}";
24
- sha256 = "sha256-Jm5f8gzX5HYkQMjEI4dV3ooVPyxhpf/lGyryyuAapqI =";
22
+ rev = "release- ${version}";
23
+ hash = "sha256-4il4mGHQNWfUvN6siej9DTzGTJF5l+O1a9nwbHlB3Q8 =";
25
24
};
26
25
27
26
28
- cargoHash = "sha256-SuwUX/g00HzxLWdv1yNU4Jj4oHCvYwg6dyGnFtG8rJo =";
27
+ cargoHash = "sha256-aK3AFeDey53EH+UAdJPLkkJ1KMm+Z6X9PRQtd2E7cqw =";
29
28
30
29
buildPhase = ''
31
30
contracts=(
You can’t perform that action at this time.
0 commit comments