1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 11:40:45 +00:00

distribution: 3.0.0-beta.1 -> 3.0.0-rc.1 (#354430)

This commit is contained in:
kirillrdy 2024-11-12 18:56:02 +11:00 committed by GitHub
commit b76ab1e652
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,13 +9,13 @@
buildGoModule rec {
pname = "distribution";
version = "3.0.0-beta.1";
version = "3.0.0-rc.1";
src = fetchFromGitHub {
owner = "distribution";
repo = "distribution";
rev = "v${version}";
hash = "sha256-tiTwrcRtOEIs1sCkzHXY1TPYw0TOdDvM2Y8YdgQjEmI=";
hash = "sha256-dfy3P8zAFlni2heQcz61+sjivHE97Syh/ICreTgxUAM=";
};
vendorHash = null;
@ -45,7 +45,7 @@ buildGoModule rec {
homepage = "https://distribution.github.io/distribution/";
changelog = "https://github.com/distribution/distribution/releases/tag/v${version}";
license = licenses.asl20;
maintainers = [ ];
maintainers = with lib.maintainers; [ katexochen ];
mainProgram = "registry";
platforms = platforms.unix;
};