Unverified Commit ee4854e8 authored by Aaron Jheng's avatar Aaron Jheng Committed by GitHub
Browse files

atlas: 0.22.0 -> 0.23.0 (#313413)

parent 08380cb6
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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";
  };
}
+1 −3
Original line number Diff line number Diff line
@@ -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;