mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-29 16:24:10 +00:00
shipyard: rename to jumppad
This commit is contained in:
parent
b0182ee0d9
commit
a1fc0a9375
@ -1,14 +1,14 @@
|
||||
{ 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 ];
|
||||
};
|
@ -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
|
||||
|
@ -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 { };
|
||||
|
Loading…
Reference in New Issue
Block a user