Merge pull request #280424 from marsam/update-atlas

atlas: 0.17.0 -> 0.18.0
This commit is contained in:
Mario Rodas 2024-01-12 06:46:46 -05:00 committed by GitHub
commit d95a281d68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,19 +2,19 @@
buildGoModule rec {
pname = "atlas";
version = "0.17.0";
version = "0.18.0";
src = fetchFromGitHub {
owner = "ariga";
repo = "atlas";
rev = "v${version}";
hash = "sha256-PLwUaj/2WnVTBA+f+OT9RxnGPYL/fwn4Ga4aCWfFNIY=";
hash = "sha256-xbQ5ZhyCQY/IosBPMD8MKQ1KnIymPD8IhUKaIdXHAok=";
};
modRoot = "cmd/atlas";
proxyVendor = true;
vendorHash = "sha256-A7OPGi/FbixBh+o4hGaktmUODFTQo7BytpM0CN5jLWw=";
vendorHash = "sha256-/nrnTydFwIUEUR6ej2XW4GNysO41jHHtGDb9UBEIslU=";
nativeBuildInputs = [ installShellFiles ];