Skip to content

Commit

Permalink
atlas: 0.31.0 -> 0.32.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Mar 11, 2025
1 parent 6af4687 commit b5a7294
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/at/atlas/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,19 @@

buildGoModule rec {
pname = "atlas";
version = "0.31.0";
version = "0.32.0";

src = fetchFromGitHub {
owner = "ariga";
repo = "atlas";
rev = "v${version}";
hash = "sha256-P1TmPDtxl/78gNT+SoIzlWaTmkIKQH1Tyue9Ai1CVJs=";
hash = "sha256-iM+Qy8tQAjonXpt36WWIEIAmtqnR0wWtMMxIh76Fv0U=";
};

modRoot = "cmd/atlas";

proxyVendor = true;
vendorHash = "sha256-R0avfCFXZmUkonBoAUtYtyFKUgNLZRjpiv1PqmsbUYo=";
vendorHash = "sha256-kSKxZmguHasRlxI3h2Gm/0sj8dQwUd8F9bL1yp6stRE=";

nativeBuildInputs = [ installShellFiles ];

Expand Down

0 comments on commit b5a7294

Please sign in to comment.