Merge pull request #300855 from r-ryantm/auto-update/atlas
atlas: 0.20.0 -> 0.21.0
This commit is contained in:
commit
4622541499
1 changed files with 2 additions and 2 deletions
|
@ -2,13 +2,13 @@
|
||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "atlas";
|
pname = "atlas";
|
||||||
version = "0.20.0";
|
version = "0.21.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "ariga";
|
owner = "ariga";
|
||||||
repo = "atlas";
|
repo = "atlas";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-PQPf3cHlKP+0PIOkR/SZ4f9sBv+gJ+bJuJl9/OLRpb0=";
|
hash = "sha256-YgZX06BbtI1zf2Z4boyLos6pARzmCtOgJhrQqSZzRS4=";
|
||||||
};
|
};
|
||||||
|
|
||||||
modRoot = "cmd/atlas";
|
modRoot = "cmd/atlas";
|
||||||
|
|
Loading…
Reference in a new issue