atlas: 0.21.1 -> 0.22.0

This commit is contained in:
R. Ryantm 2024-04-30 13:16:41 +00:00
parent 705bad7ed6
commit 0afd91778a

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 ];