atlas: 1.2.2 -> 1.2.3

This commit is contained in:
R. Ryantm
2026-06-26 00:48:10 +00:00
parent 42814ad4b8
commit 3d4c3f1bee
+2 -2
View File
@@ -9,13 +9,13 @@
buildGoModule (finalAttrs: {
pname = "atlas";
version = "1.2.2";
version = "1.2.3";
src = fetchFromGitHub {
owner = "ariga";
repo = "atlas";
tag = "v${finalAttrs.version}";
hash = "sha256-2wmmvNezi/AJ86r5m0rZOskqxfaT49870Pe615QycHg=";
hash = "sha256-Ox/EgTSz0ONEJqLyiJsvpgUNfHyV2rQYXrIAImDwrLo=";
};
modRoot = "cmd/atlas";