File tree 2 files changed +7
-6
lines changed
2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 11
11
12
12
mapDotsToUnderscore = lib . stringAsChars ( c : if c == "." then "_" else c ) ;
13
13
versionsAndHashes = {
14
- "1.5.6" = "sha256-2N2vPKHLKV32RzzZPV004hWH1/lbeZUf3WofTVm+ZZI=" ;
14
+ "1.5.6" = lib . warn "1.5.6 has a security vulnerability, please use 1.5.7" "sha256-2N2vPKHLKV32RzzZPV004hWH1/lbeZUf3WofTVm+ZZI=" ;
15
+ "1.5.7" = "sha256-apV8lENP1Xnnud8Pm4qy7C4QoNFweJc6eUDmnctoZz4=" ;
15
16
} ;
16
17
defaultConfigsSrc = {
17
18
"production" =
35
36
{
36
37
options . services . casper-node = {
37
38
38
- enable = mkEnableOption ( "casper-node" ) ;
39
+ enable = mkEnableOption "casper-node" ;
39
40
40
41
package = mkOption {
41
42
type = types . package ;
Original file line number Diff line number Diff line change 7
7
} :
8
8
rustPlatform . buildRustPackage rec {
9
9
pname = "casper-node" ;
10
- version = "1.5.6 " ;
10
+ version = "1.5.7 " ;
11
11
12
12
src = fetchFromGitHub {
13
13
owner = "casper-network" ;
14
14
repo = "casper-node" ;
15
- rev = "v ${ version } " ;
16
- sha256 = "sha256-Jm5f8gzX5HYkQMjEI4dV3ooVPyxhpf/lGyryyuAapqI =" ;
15
+ rev = "release- ${ version } " ;
16
+ hash = "sha256-4il4mGHQNWfUvN6siej9DTzGTJF5l+O1a9nwbHlB3Q8 =" ;
17
17
} ;
18
18
19
- cargoHash = "sha256-7yQcPsv7rSZUwWPDFrmeKiU/CKaw1l39Z1LmUSiHLSc =" ;
19
+ cargoHash = "sha256-AbxeP9GRH8lQsHwYiErh/SaAqu1dvTcwaasL0v7xCoU =" ;
20
20
21
21
nativeBuildInputs = [ pkg-config cmake ] ;
22
22
buildInputs = [ openssl . dev ] ;
You can’t perform that action at this time.
0 commit comments