atlas: 0.29.0 -> 0.29.1 (#366398)

This commit is contained in:
Nick Cao
2024-12-19 10:27:09 -05:00
committed by GitHub
+3 -3
View File
@@ -9,19 +9,19 @@
buildGoModule rec {
pname = "atlas";
version = "0.29.0";
version = "0.29.1";
src = fetchFromGitHub {
owner = "ariga";
repo = "atlas";
rev = "v${version}";
hash = "sha256-synQZAOnX5Xw5d7pHPr7eaycf/YErktCjlsPVwbyLks=";
hash = "sha256-riXtXiMhViAca6Dw32MOquLYWZPuepTS/M0rgkXdap0=";
};
modRoot = "cmd/atlas";
proxyVendor = true;
vendorHash = "sha256-bQNcLFSMED5zFxf319fAeLLrVeZMCV/33s9hCm1elFs=";
vendorHash = "sha256-U5QGX2M2STHZ5GDZ905yw6v5+ox57y5pqqfD3Bo/WpI=";
nativeBuildInputs = [ installShellFiles ];