Unverified Commit 2b87093f authored by maxine's avatar maxine Committed by GitHub
Browse files

Merge pull request #259700 from r-ryantm/auto-update/docker-distribution

docker-distribution: 2.8.2 -> 2.8.3
parents 65cd946c 55e2bfcb
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@

buildGoPackage rec {
  pname = "distribution";
  version = "2.8.2";
  version = "2.8.3";
  rev = "v${version}";

  goPackagePath = "github.com/docker/distribution";
@@ -11,7 +11,7 @@ buildGoPackage rec {
    owner = "docker";
    repo = "distribution";
    inherit rev;
    sha256 = "sha256-aBAUyM+MtRZAA6Jxu4cFyRIo5OU+7IdLKdQqgm0AFPI=";
    sha256 = "sha256-6/clOTkI1JnDjb+crcHmjbQlaqffP/sntGqUB2ftajU=";
  };

  meta = with lib; {