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 33, rust-bin
44} :
55let
6- rust-wasm32 = rust-bin . nightly . "2023-03-25" . default . override {
7- extensions = [ ] ;
6+ rust-wasm32 = rust-bin . nightly . latest . default . override {
87 targets = [
98 "wasm32-unknown-unknown"
109 ] ;
1514 rustc = rust-wasm32 ;
1615} ) . buildRustPackage rec {
1716 pname = "casper-node-contracts" ;
18- version = "1.5.6 " ;
17+ version = "1.5.7 " ;
1918
2019 src = fetchFromGitHub {
2120 owner = "casper-network" ;
2221 repo = "casper-node" ;
23- rev = "v ${ version } " ;
24- sha256 = "sha256-Jm5f8gzX5HYkQMjEI4dV3ooVPyxhpf/lGyryyuAapqI =" ;
22+ rev = "release- ${ version } " ;
23+ hash = "sha256-4il4mGHQNWfUvN6siej9DTzGTJF5l+O1a9nwbHlB3Q8 =" ;
2524 } ;
2625
2726
28- cargoHash = "sha256-SuwUX/g00HzxLWdv1yNU4Jj4oHCvYwg6dyGnFtG8rJo =" ;
27+ cargoHash = "sha256-aK3AFeDey53EH+UAdJPLkkJ1KMm+Z6X9PRQtd2E7cqw =" ;
2928
3029 buildPhase = ''
3130 contracts=(
You can’t perform that action at this time.
0 commit comments