We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24f34e1 commit a227ce5Copy full SHA for a227ce5
nix/overlay.nix
@@ -20,7 +20,7 @@ inputs: final: prev: {
20
# ourselves instead.
21
mantis-extvm-pb = builtins.fetchGit {
22
url = "https://github.com/input-output-hk/mantis-extvm-pb";
23
- rev = "6b3039be92882df6ef6c15887c8d0b5f10c86d6f";
+ rev = "53eb31f3c59f7200994915b834e626bd292df7ed";
24
};
25
26
mantisPkgs = final.callPackage ./pkgs/mantis { src = ../.; };
0 commit comments