atlas: 0.29.1 -> 0.30.0

This commit is contained in:
R. Ryantm
2025-01-07 02:39:53 +00:00
parent 42de2bcb35
commit a39d384f03
+3 -3
View File
@@ -9,19 +9,19 @@
buildGoModule rec {
pname = "atlas";
version = "0.29.1";
version = "0.30.0";
src = fetchFromGitHub {
owner = "ariga";
repo = "atlas";
rev = "v${version}";
hash = "sha256-riXtXiMhViAca6Dw32MOquLYWZPuepTS/M0rgkXdap0=";
hash = "sha256-Pq4h+/hFu5ujZLv0HUbyrDbuScfQuVEXs7m7mYYZ2yA=";
};
modRoot = "cmd/atlas";
proxyVendor = true;
vendorHash = "sha256-U5QGX2M2STHZ5GDZ905yw6v5+ox57y5pqqfD3Bo/WpI=";
vendorHash = "sha256-Le5PVOnn4Ma9ZrL4311kedOZYU80kLzbh3VAbu0xXow=";
nativeBuildInputs = [ installShellFiles ];