From 20677fca5975cdbda4410d418fb28a1ec9709fbf Mon Sep 17 00:00:00 2001 From: Robin Gloster Date: Thu, 28 Sep 2017 13:38:04 +0200 Subject: [PATCH] dockerTools: fix hash to accomodate the pullImage revert --- pkgs/build-support/docker/examples.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/build-support/docker/examples.nix b/pkgs/build-support/docker/examples.nix index 02fa9792a06..b9a33497174 100644 --- a/pkgs/build-support/docker/examples.nix +++ b/pkgs/build-support/docker/examples.nix @@ -87,7 +87,7 @@ rec { imageName = "nixos/nix"; imageTag = "1.11"; # this hash will need change if the tag is updated at docker hub - sha256 = "1gk4bq05vl3rj3mh4mlbl4iicgndmimlv8jvkhdk4hrv0r44bwr3"; + sha256 = "0nncn9pn5miygan51w34c2p9qssi96jgsaqv44dxxdprc8pg0g83"; }; # 5. example of multiple contents, emacs and vi happily coexisting