Skip to content

Commit b76ab1e

Browse files
authored
distribution: 3.0.0-beta.1 -> 3.0.0-rc.1 (#354430)
2 parents 980c70c + 910a10d commit b76ab1e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/di/distribution/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99

1010
buildGoModule rec {
1111
pname = "distribution";
12-
version = "3.0.0-beta.1";
12+
version = "3.0.0-rc.1";
1313

1414
src = fetchFromGitHub {
1515
owner = "distribution";
1616
repo = "distribution";
1717
rev = "v${version}";
18-
hash = "sha256-tiTwrcRtOEIs1sCkzHXY1TPYw0TOdDvM2Y8YdgQjEmI=";
18+
hash = "sha256-dfy3P8zAFlni2heQcz61+sjivHE97Syh/ICreTgxUAM=";
1919
};
2020

2121
vendorHash = null;
@@ -45,7 +45,7 @@ buildGoModule rec {
4545
homepage = "https://distribution.github.io/distribution/";
4646
changelog = "https://github.com/distribution/distribution/releases/tag/v${version}";
4747
license = licenses.asl20;
48-
maintainers = [ ];
48+
maintainers = with lib.maintainers; [ katexochen ];
4949
mainProgram = "registry";
5050
platforms = platforms.unix;
5151
};

0 commit comments

Comments
 (0)