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:
Vincent Ambo 2019-01-21 11:10:36 +01:00 committed by Vincent Ambo
parent a53e75741f
commit 2682d05ffc

View file

@ -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}";