Loading pkgs/tools/virtualization/shipyard/default.nix→pkgs/tools/virtualization/jumppad/default.nix +6 −6 Original line number Diff line number Diff line { lib, buildGoModule, fetchFromGitHub }: buildGoModule rec { pname = "shipyard"; pname = "jumppad"; version = "0.5.27"; src = fetchFromGitHub { rev = "v${version}"; owner = "shipyard-run"; owner = "jumppad-labs"; repo = pname; sha256 = "sha256-WTywuQ1sl5zKpwUYyHFb+eTRxlUUDWFIrmhsPDB+iyc="; rev = "v${version}"; hash = "sha256-WTywuQ1sl5zKpwUYyHFb+eTRxlUUDWFIrmhsPDB+iyc="; }; vendorHash = "sha256-OtixGeQY1wPqs3WU6gKvrzEgxnMORxr4BWCpn/VYxRc="; Loading @@ -21,8 +21,8 @@ buildGoModule rec { doCheck = false; meta = with lib; { description = "Shipyard is a tool for building modern cloud native development environments"; homepage = "https://shipyard.run"; description = "A tool for building modern cloud native development environments"; homepage = "https://jumppad.dev"; license = licenses.mpl20; maintainers = with maintainers; [ cpcloud ]; }; Loading pkgs/top-level/aliases.nix +1 −0 Original line number Diff line number Diff line Loading @@ -1511,6 +1511,7 @@ mapAliases ({ shared_mime_info = throw "'shared_mime_info' has been renamed to/replaced by 'shared-mime-info'"; # Converted to throw 2022-02-22 inherit (libsForQt5.mauiPackages) shelf; # added 2022-05-17 shellinabox = throw "shellinabox has been removed from nixpkgs, as it was unmaintained upstream"; # Added 2021-12-15 shipyard = jumppad; # Added 2023-06-06 sickbeard = throw "sickbeard has been removed from nixpkgs, as it was unmaintained"; # Added 2022-01-01 sickrage = throw "sickbeard has been removed from nixpkgs, as it was unmaintained"; # Added 2022-01-01 sigurlx = throw "sigurlx has been removed (upstream is gone)"; # Added 2022-01-24 Loading pkgs/top-level/all-packages.nix +2 −2 Original line number Diff line number Diff line Loading @@ -5312,6 +5312,8 @@ with pkgs; joystickwake = callPackage ../tools/games/joystickwake { }; jumppad = callPackage ../tools/virtualization/jumppad { }; jwt-cli = callPackage ../tools/security/jwt-cli { inherit (darwin.apple_sdk.frameworks) Security; }; Loading Loading @@ -5849,8 +5851,6 @@ with pkgs; simdjson = callPackage ../development/libraries/simdjson { }; shipyard = callPackage ../tools/virtualization/shipyard { }; shisho = callPackage ../tools/security/shisho { }; sigslot = callPackage ../development/libraries/sigslot { }; Loading
pkgs/tools/virtualization/shipyard/default.nix→pkgs/tools/virtualization/jumppad/default.nix +6 −6 Original line number Diff line number Diff line { lib, buildGoModule, fetchFromGitHub }: buildGoModule rec { pname = "shipyard"; pname = "jumppad"; version = "0.5.27"; src = fetchFromGitHub { rev = "v${version}"; owner = "shipyard-run"; owner = "jumppad-labs"; repo = pname; sha256 = "sha256-WTywuQ1sl5zKpwUYyHFb+eTRxlUUDWFIrmhsPDB+iyc="; rev = "v${version}"; hash = "sha256-WTywuQ1sl5zKpwUYyHFb+eTRxlUUDWFIrmhsPDB+iyc="; }; vendorHash = "sha256-OtixGeQY1wPqs3WU6gKvrzEgxnMORxr4BWCpn/VYxRc="; Loading @@ -21,8 +21,8 @@ buildGoModule rec { doCheck = false; meta = with lib; { description = "Shipyard is a tool for building modern cloud native development environments"; homepage = "https://shipyard.run"; description = "A tool for building modern cloud native development environments"; homepage = "https://jumppad.dev"; license = licenses.mpl20; maintainers = with maintainers; [ cpcloud ]; }; Loading
pkgs/top-level/aliases.nix +1 −0 Original line number Diff line number Diff line Loading @@ -1511,6 +1511,7 @@ mapAliases ({ shared_mime_info = throw "'shared_mime_info' has been renamed to/replaced by 'shared-mime-info'"; # Converted to throw 2022-02-22 inherit (libsForQt5.mauiPackages) shelf; # added 2022-05-17 shellinabox = throw "shellinabox has been removed from nixpkgs, as it was unmaintained upstream"; # Added 2021-12-15 shipyard = jumppad; # Added 2023-06-06 sickbeard = throw "sickbeard has been removed from nixpkgs, as it was unmaintained"; # Added 2022-01-01 sickrage = throw "sickbeard has been removed from nixpkgs, as it was unmaintained"; # Added 2022-01-01 sigurlx = throw "sigurlx has been removed (upstream is gone)"; # Added 2022-01-24 Loading
pkgs/top-level/all-packages.nix +2 −2 Original line number Diff line number Diff line Loading @@ -5312,6 +5312,8 @@ with pkgs; joystickwake = callPackage ../tools/games/joystickwake { }; jumppad = callPackage ../tools/virtualization/jumppad { }; jwt-cli = callPackage ../tools/security/jwt-cli { inherit (darwin.apple_sdk.frameworks) Security; }; Loading Loading @@ -5849,8 +5851,6 @@ with pkgs; simdjson = callPackage ../development/libraries/simdjson { }; shipyard = callPackage ../tools/virtualization/shipyard { }; shisho = callPackage ../tools/security/shisho { }; sigslot = callPackage ../development/libraries/sigslot { };