We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6af4687 commit b5a7294Copy full SHA for b5a7294
pkgs/by-name/at/atlas/package.nix
@@ -9,19 +9,19 @@
9
10
buildGoModule rec {
11
pname = "atlas";
12
- version = "0.31.0";
+ version = "0.32.0";
13
14
src = fetchFromGitHub {
15
owner = "ariga";
16
repo = "atlas";
17
rev = "v${version}";
18
- hash = "sha256-P1TmPDtxl/78gNT+SoIzlWaTmkIKQH1Tyue9Ai1CVJs=";
+ hash = "sha256-iM+Qy8tQAjonXpt36WWIEIAmtqnR0wWtMMxIh76Fv0U=";
19
};
20
21
modRoot = "cmd/atlas";
22
23
proxyVendor = true;
24
- vendorHash = "sha256-R0avfCFXZmUkonBoAUtYtyFKUgNLZRjpiv1PqmsbUYo=";
+ vendorHash = "sha256-kSKxZmguHasRlxI3h2Gm/0sj8dQwUd8F9bL1yp6stRE=";
25
26
nativeBuildInputs = [ installShellFiles ];
27
0 commit comments