Skip to content

Commit b5a7294

Browse files
committed
atlas: 0.31.0 -> 0.32.0
1 parent 6af4687 commit b5a7294

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/at/atlas/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,19 @@
99

1010
buildGoModule rec {
1111
pname = "atlas";
12-
version = "0.31.0";
12+
version = "0.32.0";
1313

1414
src = fetchFromGitHub {
1515
owner = "ariga";
1616
repo = "atlas";
1717
rev = "v${version}";
18-
hash = "sha256-P1TmPDtxl/78gNT+SoIzlWaTmkIKQH1Tyue9Ai1CVJs=";
18+
hash = "sha256-iM+Qy8tQAjonXpt36WWIEIAmtqnR0wWtMMxIh76Fv0U=";
1919
};
2020

2121
modRoot = "cmd/atlas";
2222

2323
proxyVendor = true;
24-
vendorHash = "sha256-R0avfCFXZmUkonBoAUtYtyFKUgNLZRjpiv1PqmsbUYo=";
24+
vendorHash = "sha256-kSKxZmguHasRlxI3h2Gm/0sj8dQwUd8F9bL1yp6stRE=";
2525

2626
nativeBuildInputs = [ installShellFiles ];
2727

0 commit comments

Comments
 (0)