chore(build): Move Nix commit for releases to latest NixOS stable
Updates a few build dependencies, most notably Go to 1.11. The chosen commit is the current stable `nixos-18.09` tag in nixpkgs-channels. While doing this I also checked whether it is now possible to remove the exception for allowing references, but it's not. Go may in the future gain support for fully reproducible builds, see for example issue #16860 on their compiler. At that point maybe we can drop a few settings here.
This commit is contained in:
parent
a53e75741f
commit
2682d05ffc
1 changed files with 2 additions and 2 deletions
|
@ -13,8 +13,8 @@
|
|||
let pkgs = import ((import <nixpkgs> {}).fetchFromGitHub {
|
||||
owner = "NixOS";
|
||||
repo = "nixpkgs";
|
||||
rev = "1bc5bf4beb759e563ffc7a8a3067f10a00b45a7d";
|
||||
sha256 = "00gd96p7yz3rgpjjkizp397y2syfc272yvwxqixbjd1qdshbizmj";
|
||||
rev = "50f41ea2fcf86def32799f75577a4fe5cfd1132e";
|
||||
sha256 = "1q0bxl5nxx1kabqvyzkdw91c5dnwpi2rwsgs5jdmnj7f0qqgdxh8";
|
||||
}) {};
|
||||
in with pkgs; buildGoPackage rec {
|
||||
name = "kontemplate-${version}";
|
||||
|
|
Loading…
Reference in a new issue