Unverified Commit 408b30f0 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #291721 from marsam/update-atlas

atlas: 0.19.0 -> 0.19.1
parents 860a2c59 ffe913a3
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2,19 +2,19 @@

buildGoModule rec {
  pname = "atlas";
  version = "0.19.0";
  version = "0.19.1";

  src = fetchFromGitHub {
    owner = "ariga";
    repo = "atlas";
    rev = "v${version}";
    hash = "sha256-aTmEQFE+W8qRn7NlMYNr1yXYHLfmvg9Wrd8fzEeaYAo=";
    hash = "sha256-fpgtEO17mj7e+LSlUBkFgnpWpr7C1a0pXfp9H6aIXo8=";
  };

  modRoot = "cmd/atlas";

  proxyVendor = true;
  vendorHash = "sha256-/nrnTydFwIUEUR6ej2XW4GNysO41jHHtGDb9UBEIslU=";
  vendorHash = "sha256-roMEd/R+WmsWdCT9eye0ijqCcYzSSqVFU9mRN1Sw0jk=";

  nativeBuildInputs = [ installShellFiles ];

+3 −1
Original line number Diff line number Diff line
@@ -4223,7 +4223,9 @@ with pkgs;
  atftp = callPackage ../tools/networking/atftp { };
  atlas = callPackage ../development/tools/database/atlas { };
  atlas = callPackage ../development/tools/database/atlas {
    buildGoModule = buildGo122Module;
  };
  authoscope = callPackage ../tools/security/authoscope {
    inherit (darwin.apple_sdk.frameworks) Security;