1 { lib, buildGoPackage, fetchFromGitHub }:
4 pname = "distribution";
8 goPackagePath = "github.com/docker/distribution";
10 src = fetchFromGitHub {
12 repo = "distribution";
14 sha256 = "sha256-6/clOTkI1JnDjb+crcHmjbQlaqffP/sntGqUB2ftajU=";
18 description = "The Docker toolset to pack, ship, store, and deliver content";
19 license = licenses.asl20;
21 platforms = platforms.unix;