mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
s3gof3r: remove
s3gof3r is lack of maintenance from upstream since 2017.
This commit is contained in:
parent
bd7aa1e1bf
commit
810ccde606
@ -1,25 +0,0 @@
|
||||
{ lib, buildGoPackage, fetchFromGitHub }:
|
||||
|
||||
buildGoPackage rec {
|
||||
pname = "s3gof3r";
|
||||
version = "0.5.0";
|
||||
|
||||
goPackagePath = "github.com/rlmcpherson/s3gof3r";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "rlmcpherson";
|
||||
repo = "s3gof3r";
|
||||
rev = "v${version}";
|
||||
sha256 = "sha256-88C6c4DRD/4ePTO1+1YiI8ApXWE2uUlr07dDCxGzaoE=";
|
||||
};
|
||||
|
||||
goDeps = ./deps.nix;
|
||||
|
||||
meta = with lib; {
|
||||
description = "Fast, concurrent, streaming access to Amazon S3, including gof3r, a CLI";
|
||||
homepage = "https://pkg.go.dev/github.com/rlmcpherson/s3gof3r";
|
||||
maintainers = with maintainers; [ ];
|
||||
mainProgram = "gof3r";
|
||||
license = licenses.mit;
|
||||
};
|
||||
}
|
11
pkgs/tools/networking/s3gof3r/deps.nix
generated
11
pkgs/tools/networking/s3gof3r/deps.nix
generated
@ -1,11 +0,0 @@
|
||||
[
|
||||
{
|
||||
goPackagePath = "github.com/jessevdk/go-flags";
|
||||
fetch = {
|
||||
type = "git";
|
||||
url = "https://github.com/jessevdk/go-flags";
|
||||
rev = "1b89bf73cd2c3a911d7b2a279ab085c4a18cf539";
|
||||
sha256 = "027nglc5xx1cm03z9sisg0iqrhwcj6gh5z254rrpl8p4fwrxx680";
|
||||
};
|
||||
}
|
||||
]
|
@ -1210,6 +1210,7 @@ mapAliases ({
|
||||
### S ###
|
||||
|
||||
s2n = s2n-tls; # Added 2021-03-03
|
||||
s3gof3r = throw "s3gof3r has been dropped due to the lack of maintenance from upstream since 2017"; # Added 2022-06-04
|
||||
s6Dns = throw "'s6Dns' has been renamed to/replaced by 's6-dns'"; # Converted to throw 2022-02-22
|
||||
s6LinuxUtils = throw "'s6LinuxUtils' has been renamed to/replaced by 's6-linux-utils'"; # Converted to throw 2022-02-22
|
||||
s6Networking = throw "'s6Networking' has been renamed to/replaced by 's6-networking'"; # Converted to throw 2022-02-22
|
||||
|
@ -10057,8 +10057,6 @@ with pkgs;
|
||||
|
||||
s5cmd = callPackage ../tools/networking/s5cmd { };
|
||||
|
||||
s3gof3r = callPackage ../tools/networking/s3gof3r { };
|
||||
|
||||
s6-dns = skawarePackages.s6-dns;
|
||||
|
||||
s6-linux-init = skawarePackages.s6-linux-init;
|
||||
|
Loading…
Reference in New Issue
Block a user