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

atlas: 0.24.1 -> 0.25.0
This commit is contained in:
Nick Cao 2024-07-14 11:05:07 -04:00 committed by GitHub
commit 6091910e45
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.24.1";
version = "0.25.0";
src = fetchFromGitHub {
owner = "ariga";
repo = "atlas";
rev = "v${version}";
hash = "sha256-SD4wWhFEyAOqffrJ2aowY96bLii02Z8PWGj8RNC6w7o=";
hash = "sha256-X8r1DCuKswM9C7HaSkPbyOs9uRG+KGTzWCxGgvajr6k=";
};
modRoot = "cmd/atlas";
proxyVendor = true;
vendorHash = "sha256-z2+u6jPTP6MOs7PTF6UzPwhnofQOhRll0zrmsLrN+PQ=";
vendorHash = "sha256-wmvWdUqSPmTaGNDuTJPNEqlJcxy+ckAjHvHH9L7aAGg=";
nativeBuildInputs = [ installShellFiles ];