Loading pkgs/development/tools/database/atlas/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -2,13 +2,13 @@ buildGoModule rec { pname = "atlas"; version = "0.22.0"; version = "0.23.0"; src = fetchFromGitHub { owner = "ariga"; repo = "atlas"; rev = "v${version}"; hash = "sha256-NsSDNeciHwlc7LZmuTOzoLNVsjAE+4YGThD/omMbjaE="; hash = "sha256-eMYr+U95+xym7PZ02OmZbDG7g/kxE1Nojp3mZM6mf9Q="; }; modRoot = "cmd/atlas"; Loading Loading @@ -40,7 +40,7 @@ buildGoModule rec { homepage = "https://atlasgo.io/"; changelog = "https://github.com/ariga/atlas/releases/tag/v${version}"; license = licenses.asl20; maintainers = [ ]; maintainers = with maintainers; [ aaronjheng ]; mainProgram = "atlas"; }; } pkgs/top-level/all-packages.nix +1 −3 Original line number Diff line number Diff line Loading @@ -4140,9 +4140,7 @@ with pkgs; atftp = callPackage ../tools/networking/atftp { }; atlas = callPackage ../development/tools/database/atlas { buildGoModule = buildGo122Module; }; atlas = callPackage ../development/tools/database/atlas { }; authoscope = callPackage ../tools/security/authoscope { inherit (darwin.apple_sdk.frameworks) Security; Loading
pkgs/development/tools/database/atlas/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -2,13 +2,13 @@ buildGoModule rec { pname = "atlas"; version = "0.22.0"; version = "0.23.0"; src = fetchFromGitHub { owner = "ariga"; repo = "atlas"; rev = "v${version}"; hash = "sha256-NsSDNeciHwlc7LZmuTOzoLNVsjAE+4YGThD/omMbjaE="; hash = "sha256-eMYr+U95+xym7PZ02OmZbDG7g/kxE1Nojp3mZM6mf9Q="; }; modRoot = "cmd/atlas"; Loading Loading @@ -40,7 +40,7 @@ buildGoModule rec { homepage = "https://atlasgo.io/"; changelog = "https://github.com/ariga/atlas/releases/tag/v${version}"; license = licenses.asl20; maintainers = [ ]; maintainers = with maintainers; [ aaronjheng ]; mainProgram = "atlas"; }; }
pkgs/top-level/all-packages.nix +1 −3 Original line number Diff line number Diff line Loading @@ -4140,9 +4140,7 @@ with pkgs; atftp = callPackage ../tools/networking/atftp { }; atlas = callPackage ../development/tools/database/atlas { buildGoModule = buildGo122Module; }; atlas = callPackage ../development/tools/database/atlas { }; authoscope = callPackage ../tools/security/authoscope { inherit (darwin.apple_sdk.frameworks) Security;