Skip to content

Commit bfc16b7

Browse files
arremoEngervetlkolloch
authored andcommitted
Fix #6 - Update nixpkgs to a recent version including NixOS/nixpkgs#60127
1 parent d16e119 commit bfc16b7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

nixpkgs.nix

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
let nixpkgs = builtins.fetchTarball {
2-
name = "nixos-unstable-2019-04-22";
3-
url = https://github.com/nixos/nixpkgs/archive/d26027792812fbfad4d0f451b5f47fdabf7fdeb9.tar.gz;
4-
sha256 = "10agvpj4d62yvwxwflgxbg1dxp654r4cwirpbsrmfikp0wsvijsv";
2+
name = "nixos-unstable-2019-04-28";
3+
url = https://github.com/nixos/nixpkgs/archive/a2e219ec879fe3de62e9204ad33efb5b67a4a324.tar.gz;
4+
sha256 = "0bdr8ii6kc1rd4l5dnmqpb5ljh2wk47y75n9ibg2ddc62hi6jxq9";
55
};
66

77
in import nixpkgs

0 commit comments

Comments
 (0)