packages/minio-console: drop

This commit is contained in:
Max Headroom 2022-05-26 22:53:21 +02:00
parent bcc2f53914
commit cf01705205
3 changed files with 0 additions and 30 deletions

View file

@ -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 {

View file

@ -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" ];
}

View file

@ -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": {