atlas: 0.22.0 -> 0.23.0 (#313413)

This commit is contained in:
Aaron Jheng 2024-05-22 23:54:12 +08:00 committed by GitHub
parent 08380cb613
commit ee4854e801
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 6 deletions

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "atlas";
version = "0.22.0";
version = "0.23.0";
src = fetchFromGitHub {
owner = "ariga";
repo = "atlas";
rev = "v${version}";
hash = "sha256-NsSDNeciHwlc7LZmuTOzoLNVsjAE+4YGThD/omMbjaE=";
hash = "sha256-eMYr+U95+xym7PZ02OmZbDG7g/kxE1Nojp3mZM6mf9Q=";
};
modRoot = "cmd/atlas";
@ -40,7 +40,7 @@ buildGoModule rec {
homepage = "https://atlasgo.io/";
changelog = "https://github.com/ariga/atlas/releases/tag/v${version}";
license = licenses.asl20;
maintainers = [ ];
maintainers = with maintainers; [ aaronjheng ];
mainProgram = "atlas";
};
}

View File

@ -4140,9 +4140,7 @@ with pkgs;
atftp = callPackage ../tools/networking/atftp { };
atlas = callPackage ../development/tools/database/atlas {
buildGoModule = buildGo122Module;
};
atlas = callPackage ../development/tools/database/atlas { };
authoscope = callPackage ../tools/security/authoscope {
inherit (darwin.apple_sdk.frameworks) Security;