Skip to content

Commit 2e3b082

Browse files
authored
Merge pull request #19 from cspr-rad/update-node-2
2 parents b299730 + 215f821 commit 2e3b082

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

Diff for: pkgs/casper-node/2.nix

+6-5
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,19 @@
55
, pkg-config
66
, openssl
77
}:
8-
rustPlatform.buildRustPackage rec {
8+
rustPlatform.buildRustPackage {
99
pname = "casper-node";
10-
version = "2.0";
10+
version = "2.0.0";
1111

1212
src = fetchFromGitHub {
1313
owner = "casper-network";
1414
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=";
1718
};
1819

19-
cargoHash = "sha256-jyJsFRRCr/K2z4cfqblmWQK2q2TVP+3osWqAzk9S2sQ=";
20+
cargoHash = "sha256-+fx2HpeTtZdMkdMAz/8gWHByo1nHzW1nhefzULhtqAU=";
2021

2122
nativeBuildInputs = [ pkg-config cmake ];
2223
buildInputs = [ openssl.dev ];

0 commit comments

Comments
 (0)