Skip to content

Commit fcebf9f

Browse files
committed
Bump MicroHs hash
1 parent 147ecbd commit fcebf9f

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

nix/source.nix

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,9 @@ in
6969
};
7070
microhs = fetchFromGitHub {
7171
owner = "augustss";
72-
repo = "microhs";
73-
rev = "db0d3d12b0ee814441c6045bd680cc7d92a41375";
74-
sha256 = "sha256-raTlZBQ5seYo/ez0Cg++nbQSLIKvSLLSqcCSL0svrLE=";
72+
repo = "MicroHs";
73+
rev = "0fc720779cfcae7b7ef1aa001a9859b7247eb211";
74+
hash = "sha256-cnz0rG3fkwjjIGLtyUCuGYSXYXCDS0T4qbVmGvCjwmg=";
7575
fetchSubmodules = true;
7676
};
77-
7877
}

shell.nix

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
{ pkg ? "ghc" }:
2-
32
with (import ./default.nix {});
4-
53
if pkg == "ghcjs"
64
then miso-ghcjs.env
75
else

0 commit comments

Comments
 (0)