File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
pkgs/by-name/di/distribution Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 99
1010buildGoModule 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 } ;
You can’t perform that action at this time.
0 commit comments