Merge pull request from r-ryantm/auto-update/atlas

atlas: 0.21.1 -> 0.22.0
This commit is contained in:
Weijia Wang 2024-05-11 18:42:21 +02:00 committed by GitHub
commit 0224c4b013
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,19 +2,19 @@
buildGoModule rec {
pname = "atlas";
version = "0.21.1";
version = "0.22.0";
src = fetchFromGitHub {
owner = "ariga";
repo = "atlas";
rev = "v${version}";
hash = "sha256-i0nqjlL22sM8eVXCD/SBJyNdy0l0Hq4rjW0Lr3CRZlE=";
hash = "sha256-NsSDNeciHwlc7LZmuTOzoLNVsjAE+4YGThD/omMbjaE=";
};
modRoot = "cmd/atlas";
proxyVendor = true;
vendorHash = "sha256-48UmLwp93SjwPPrdySFVApjVf1Rsj3oNhi1lha4ZvyE=";
vendorHash = "sha256-rM2l7U/ZkL0NIGPPbmBQ+P6mzGxdX4aQeS8Hz6EFmQc=";
nativeBuildInputs = [ installShellFiles ];