Skip to content

Commit f13c370

Browse files
committed
fix: monza-aptos.nix resolves incorrectly with different nix sha-256 value.
1 parent 1218d30 commit f13c370

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

flake.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434

3535
# monza-aptos
3636
monza-aptos = import ./monza-aptos.nix { inherit pkgs; };
37-
37+
3838
# Specific version of toolchain
3939
rust = pkgs.rust-bin.fromRustupToolchainFile ./rust-toolchain.toml;
4040

monza-aptos.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ pkgs.stdenv.mkDerivation {
88
owner = "movementlabsxyz";
99
repo = "aptos-core";
1010
rev = "06443b81f6b8b8742c4aa47eba9e315b5e6502ff";
11-
sha256 = "sha256-bmFcJrC4ocbCw1pew2HKEdLj6+1D/0VuWtdoTs1S2sU=";
11+
sha256 = "sha256-iIYGbIh9yPtC6c22+KDi/LgDbxLEMhk4JJMGvweMJ1Q=";
1212
};
1313

1414
installPhase = ''
@@ -20,4 +20,4 @@ pkgs.stdenv.mkDerivation {
2020
homepage = "https://github.com/movementlabsxyz/aptos-core";
2121
license = licenses.asl20;
2222
};
23-
}
23+
}

0 commit comments

Comments
 (0)