Merge pull request #301805 from marsam/update-atlas

atlas: 0.21.0 -> 0.21.1
This commit is contained in:
Mario Rodas 2024-04-05 18:35:19 -05:00 committed by GitHub
commit d26b0fc0b4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "atlas";
version = "0.21.0";
version = "0.21.1";
src = fetchFromGitHub {
owner = "ariga";
repo = "atlas";
rev = "v${version}";
hash = "sha256-YgZX06BbtI1zf2Z4boyLos6pARzmCtOgJhrQqSZzRS4=";
hash = "sha256-i0nqjlL22sM8eVXCD/SBJyNdy0l0Hq4rjW0Lr3CRZlE=";
};
modRoot = "cmd/atlas";