Unverified Commit dc9f93b5 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #236228 from wegank/shipyard-rename

shipyard: rename to jumppad
parents 0621d77f a1fc0a93
Loading
Loading
Loading
Loading
+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=";

@@ -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 ];
  };
+1 −0
Original line number Diff line number Diff line
@@ -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
+2 −2
Original line number Diff line number Diff line
@@ -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;
  };
@@ -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 { };