3
0
Fork 0
forked from mirrors/nixpkgs

docker: 1.12.3 -> 1.12.5

This commit is contained in:
Tim Steinbach 2016-12-16 08:57:08 -05:00
parent 38ea64e867
commit a5a98290b7
No known key found for this signature in database
GPG key ID: 472BFCCA96BD0EDA

View file

@ -11,13 +11,13 @@ with lib;
stdenv.mkDerivation rec {
name = "docker-${version}";
version = "1.12.3";
version = "1.12.5";
src = fetchFromGitHub {
owner = "docker";
repo = "docker";
rev = "v${version}";
sha256 = "0jifd35h22lgh36w1j2k97pgndjh5sppr3cwndlv0saf9618wx5k";
sha256 = "1hnxmh2j1vm8714f7jwjrslkqkd1ry25g5wq76aqlpsz5fh2kqb0";
};
buildInputs = [