packages/minio-console: drop
This commit is contained in:
parent
bcc2f53914
commit
cf01705205
3 changed files with 0 additions and 30 deletions
|
@ -44,8 +44,6 @@ in
|
|||
|
||||
hyprspace = pkgs.callPackage ./networking/hyprspace { iproute2mac = null; };
|
||||
|
||||
minio-console = pkgs.callPackage ./servers/minio-console { inherit pins; };
|
||||
|
||||
npins = let
|
||||
inherit (inputs.self.packages.${system}) nix-super;
|
||||
in pkgs.callPackage ./tools/npins {
|
||||
|
|
|
@ -1,14 +0,0 @@
|
|||
{ buildGo117Module, lib, pins }:
|
||||
|
||||
buildGo117Module rec {
|
||||
pname = "minio-console";
|
||||
version = builtins.substring 1 (-1) pins.minio-console.version;
|
||||
|
||||
src = pins.minio-console;
|
||||
|
||||
vendorSha256 = "sha256-tBh6N1Vn8RpAw0pY55isf1/50JfxBn29SFLtJdXcsQU=";
|
||||
|
||||
doCheck = false;
|
||||
|
||||
subPackages = [ "cmd/console" ];
|
||||
}
|
|
@ -1,19 +1,5 @@
|
|||
{
|
||||
"pins": {
|
||||
"minio-console": {
|
||||
"type": "GitRelease",
|
||||
"repository": {
|
||||
"type": "GitHub",
|
||||
"owner": "minio",
|
||||
"repo": "console"
|
||||
},
|
||||
"pre_releases": false,
|
||||
"version_upper_bound": null,
|
||||
"version": "v0.17.2",
|
||||
"revision": "17684f37d91f1f6b89d6fcadd308d560a472ba87",
|
||||
"url": "https://api.github.com/repos/minio/console/tarball/v0.17.2",
|
||||
"hash": "031iwd7af88wh5ydxnnqrq6wjlnykc3r01h8gcdvm8632hdzh22p"
|
||||
},
|
||||
"searxng": {
|
||||
"type": "Git",
|
||||
"repository": {
|
||||
|
|
Loading…
Reference in a new issue