Commit f13c370 1 parent 1218d30 commit f13c370 Copy full SHA for f13c370
File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 34
34
35
35
# monza-aptos
36
36
monza-aptos = import ./monza-aptos.nix { inherit pkgs ; } ;
37
-
37
+
38
38
# Specific version of toolchain
39
39
rust = pkgs . rust-bin . fromRustupToolchainFile ./rust-toolchain.toml ;
40
40
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ pkgs.stdenv.mkDerivation {
8
8
owner = "movementlabsxyz" ;
9
9
repo = "aptos-core" ;
10
10
rev = "06443b81f6b8b8742c4aa47eba9e315b5e6502ff" ;
11
- sha256 = "sha256-bmFcJrC4ocbCw1pew2HKEdLj6+1D/0VuWtdoTs1S2sU =" ;
11
+ sha256 = "sha256-iIYGbIh9yPtC6c22+KDi/LgDbxLEMhk4JJMGvweMJ1Q =" ;
12
12
} ;
13
13
14
14
installPhase = ''
@@ -20,4 +20,4 @@ pkgs.stdenv.mkDerivation {
20
20
homepage = "https://github.com/movementlabsxyz/aptos-core" ;
21
21
license = licenses . asl20 ;
22
22
} ;
23
- }
23
+ }
You can’t perform that action at this time.
0 commit comments