Skip to content

Commit 38a4c76

Browse files
committed
Fix build on OS X 10.12.6
Fixes LumiGuide#95
1 parent ae2d21f commit 38a4c76

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nixpkgs.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ let pkgs = import <nixpkgs> {};
22
in pkgs.fetchFromGitHub {
33
owner = "NixOS";
44
repo = "nixpkgs";
5-
rev = "89e02c7516ff301d28301926e9d7b373f29836fe";
6-
sha256 = "0v28hyyn1hw9951w1zvq5s40bbmk3gpjsmhq0cyp7lvs7d1aq0z7";
5+
rev = "229b2492819ff01f1b758d485813b7ebc91914b8";
6+
sha256 = "1brm9krvj4sf2h9i9w66ishnkclxqvngs6nwj4638y7hy15vhsyi";
77
}

0 commit comments

Comments
 (0)