Skip to content

Commit 4b22f63

Browse files
authored
Update sources, default to 4.10 (#52)
1 parent c997290 commit 4b22f63

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ jobs:
99
runs-on: ubuntu-latest
1010
strategy:
1111
matrix:
12-
ocamlVersion: [4_07, 4_08, 4_09, 4_10]
12+
ocamlVersion: [4_08, 4_09, 4_10]
1313
steps:
1414
- uses: actions/checkout@v2
15-
- uses: cachix/install-nix-action@v7
15+
- uses: cachix/install-nix-action@v8
1616
- uses: cachix/cachix-action@v5
1717
with:
1818
name: anmonteiro

nix/sources.nix

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
{ ocamlVersion ? "4_09" }:
1+
{ ocamlVersion ? "4_10" }:
22

33
let
44
overlays = builtins.fetchTarball {
5-
url = https://github.com/anmonteiro/nix-overlays/archive/f8221f0.tar.gz;
6-
sha256 = "098rpjbykp7ffhs62mgxlk7349l665xh1w1m8ldj6rjb690cc945";
5+
url = https://github.com/anmonteiro/nix-overlays/archive/9ebb27af.tar.gz;
6+
sha256 = "0qlq4g96scz1lqsiyprkggjnzhxga07csqjc75ax1j1kk1ich34i";
77
};
88

99
in

0 commit comments

Comments
 (0)