atlas: 0.33.0 -> 0.33.1 (#410393)

Co-authored-by: aaronjheng <aaronjheng@users.noreply.github.com>

authored by nixpkgs-merge-bot[bot] aaronjheng and committed by GitHub f2256199 be1a5b18

+2 -2
+2 -2
pkgs/by-name/at/atlas/package.nix
··· 8 9 buildGoModule (finalAttrs: { 10 pname = "atlas"; 11 - version = "0.33.0"; 12 13 src = fetchFromGitHub { 14 owner = "ariga"; 15 repo = "atlas"; 16 rev = "v${finalAttrs.version}"; 17 - hash = "sha256-uMINAdoHYRVaZ7QdxZ0G03cOTRe6ObnIuxo3ic+tMnE="; 18 }; 19 20 modRoot = "cmd/atlas";
··· 8 9 buildGoModule (finalAttrs: { 10 pname = "atlas"; 11 + version = "0.33.1"; 12 13 src = fetchFromGitHub { 14 owner = "ariga"; 15 repo = "atlas"; 16 rev = "v${finalAttrs.version}"; 17 + hash = "sha256-Io7FnPxvr3XIj+Tbf1yVxjTnqoRzQZnaVlImcwBjwXE="; 18 }; 19 20 modRoot = "cmd/atlas";