Bump Nix dependency

This commit is contained in:
Eelco Dolstra 2016-11-16 17:52:26 +01:00
parent afb8765ae4
commit aef048b3cb
No known key found for this signature in database
GPG key ID: 8170B4726D7198DE

View file

@ -58,8 +58,8 @@ rec {
src = fetchFromGitHub {
owner = "NixOS";
repo = "nix";
rev = "2af5d35fdc1171a9bdab7e2fc005673d76417c06";
sha256 = "1q2s4r895qn6sws048j7xwfdpyxm0dwkh52c55535w7x46am33wa";
rev = "4be4f6de56f4de77f6a376f1a40ed75eb641bb89";
sha256 = "0icvbwpca1jh8qkdlayxspdxl5fb0qjjd1kn74x6gs6iy66kndq6";
};
buildInputs = attrs.buildInputs ++ [ autoreconfHook bison flex ];
nativeBuildInputs = attrs.nativeBuildInputs ++ [ aws-sdk-cpp' autoconf-archive ];