3
0
Fork 0
forked from mirrors/nixpkgs

dockerTools: fix hash to accomodate the pullImage revert

This commit is contained in:
Robin Gloster 2017-09-28 13:38:04 +02:00
parent 5c6dc717a6
commit 20677fca59
No known key found for this signature in database
GPG key ID: D5C458DF6DD97EDF

View file

@ -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