File tree 1 file changed +6
-5
lines changed
1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 5
5
, pkg-config
6
6
, openssl
7
7
} :
8
- rustPlatform . buildRustPackage rec {
8
+ rustPlatform . buildRustPackage {
9
9
pname = "casper-node" ;
10
- version = "2.0" ;
10
+ version = "2.0.0 " ;
11
11
12
12
src = fetchFromGitHub {
13
13
owner = "casper-network" ;
14
14
repo = "casper-node" ;
15
- rev = "feat-${ version } " ;
16
- hash = "sha256-rk4teBZ42yJVNSRV07Xg10PtA1JsDG59jdNsVegZnzw=" ;
15
+ # from feat-2.0 branch https://github.com/casper-network/casper-node/tree/feat-2.0
16
+ rev = "6416c7252b5d8bcd2e48b92d28c43f1d6d917015" ;
17
+ hash = "sha256-qf7Wz452af77Fww4j20kowY+Prf8Z9EjZaJwN9aW9Dc=" ;
17
18
} ;
18
19
19
- cargoHash = "sha256-jyJsFRRCr/K2z4cfqblmWQK2q2TVP+3osWqAzk9S2sQ =" ;
20
+ cargoHash = "sha256-+fx2HpeTtZdMkdMAz/8gWHByo1nHzW1nhefzULhtqAU =" ;
20
21
21
22
nativeBuildInputs = [ pkg-config cmake ] ;
22
23
buildInputs = [ openssl . dev ] ;
You can’t perform that action at this time.
0 commit comments