atlas: 0.26.0 -> 0.27.0 (#337881)

This commit is contained in:
Peder Bergebakken Sundt
2024-09-07 20:09:26 +02:00
committed by GitHub
2 changed files with 6 additions and 4 deletions
@@ -2,19 +2,19 @@
buildGoModule rec {
pname = "atlas";
version = "0.26.0";
version = "0.27.0";
src = fetchFromGitHub {
owner = "ariga";
repo = "atlas";
rev = "v${version}";
hash = "sha256-QSm8KfpygHkXulwBrTG18l3pVEB32xj3HwezjZzJFl8=";
hash = "sha256-av2WKuEzDhjvqGHIAlNR/Tt8AhqkjLhgcZIpJEKgEVA=";
};
modRoot = "cmd/atlas";
proxyVendor = true;
vendorHash = "sha256-9K4zsly00dis3pYR++vXy0E8buKR6uOAmqw8IVYGXGM=";
vendorHash = "sha256-wu2WONeL5LNGjn/xaRDPtBBVcvLOxSeelj7a6xxMHTY=";
nativeBuildInputs = [ installShellFiles ];
+3 -1
View File
@@ -4007,7 +4007,9 @@ with pkgs;
atftp = callPackage ../tools/networking/atftp { };
atlas = callPackage ../development/tools/database/atlas { };
atlas = callPackage ../by-name/at/atlas/package.nix {
buildGoModule = buildGo123Module;
};
authoscope = callPackage ../tools/security/authoscope {
inherit (darwin.apple_sdk.frameworks) Security;