atlas: 0.32.1 -> 0.33.0

This commit is contained in:
R. Ryantm
2025-05-13 18:36:49 +00:00
parent 5f296019ea
commit ef78d32e60
+2 -2
View File
@@ -8,13 +8,13 @@
buildGoModule (finalAttrs: {
pname = "atlas";
version = "0.32.1";
version = "0.33.0";
src = fetchFromGitHub {
owner = "ariga";
repo = "atlas";
rev = "v${finalAttrs.version}";
hash = "sha256-1uPOS5r13nGNAPxCCphrmWyvxg+OoopMP0U/VhR+gDQ=";
hash = "sha256-uMINAdoHYRVaZ7QdxZ0G03cOTRe6ObnIuxo3ic+tMnE=";
};
modRoot = "cmd/atlas";