atlas: 0.28.1 -> 0.29.0

This commit is contained in:
R. Ryantm 2024-11-27 14:03:10 +00:00
parent 722661d33b
commit 4d40d318f8

View File

@ -9,19 +9,19 @@
buildGoModule rec {
pname = "atlas";
version = "0.28.1";
version = "0.29.0";
src = fetchFromGitHub {
owner = "ariga";
repo = "atlas";
rev = "v${version}";
hash = "sha256-OPGPYCp878nYYujR1jiMpOg1cdLSwa3OZEIxL6JltD4=";
hash = "sha256-synQZAOnX5Xw5d7pHPr7eaycf/YErktCjlsPVwbyLks=";
};
modRoot = "cmd/atlas";
proxyVendor = true;
vendorHash = "sha256-SFG//hc5vLQXC3SeEn4YRcc82PItYZy+TNqzq19sRnI=";
vendorHash = "sha256-bQNcLFSMED5zFxf319fAeLLrVeZMCV/33s9hCm1elFs=";
nativeBuildInputs = [ installShellFiles ];