Merge pull request #296775 from marsam/update-atlas

atlas: 0.19.2 -> 0.20.0
This commit is contained in:
Mario Rodas 2024-03-17 20:54:52 -05:00 committed by GitHub
commit 9597085b88
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.19.2";
version = "0.20.0";
src = fetchFromGitHub {
owner = "ariga";
repo = "atlas";
rev = "v${version}";
hash = "sha256-P3KatCF9zoqGRh2N1Rc89wJmsE0bRM5Uoq3zTSdAhTY=";
hash = "sha256-PQPf3cHlKP+0PIOkR/SZ4f9sBv+gJ+bJuJl9/OLRpb0=";
};
modRoot = "cmd/atlas";
proxyVendor = true;
vendorHash = "sha256-roMEd/R+WmsWdCT9eye0ijqCcYzSSqVFU9mRN1Sw0jk=";
vendorHash = "sha256-48UmLwp93SjwPPrdySFVApjVf1Rsj3oNhi1lha4ZvyE=";
nativeBuildInputs = [ installShellFiles ];