packages/minio-console: 0.15.1 -> 0.17.2, use Go 1.17

This commit is contained in:
Max Headroom 2022-05-26 22:04:31 +02:00
parent 8e8c4354da
commit 6936c17c02
2 changed files with 9 additions and 7 deletions

View file

@ -1,12 +1,14 @@
{ buildGoModule, fetchFromGitHub, lib, pins }: { buildGo117Module, lib, pins }:
buildGoModule rec { buildGo117Module rec {
pname = "minio-console"; pname = "minio-console";
version = builtins.substring 1 (-1) pins.minio-console.version; version = builtins.substring 1 (-1) pins.minio-console.version;
src = pins.minio-console; src = pins.minio-console;
vendorSha256 = "sha256-h1yIpn5XF7+UeSr1hZEUcKro634zrObvE1ies8yVeGE="; vendorSha256 = "sha256-tBh6N1Vn8RpAw0pY55isf1/50JfxBn29SFLtJdXcsQU=";
doCheck = false; doCheck = false;
subPackages = [ "cmd/console" ];
} }

View file

@ -9,10 +9,10 @@
}, },
"pre_releases": false, "pre_releases": false,
"version_upper_bound": null, "version_upper_bound": null,
"version": "v0.15.1", "version": "v0.17.2",
"revision": "d20be7f836667c477e004ead6329fa8586a7f61c", "revision": "17684f37d91f1f6b89d6fcadd308d560a472ba87",
"url": "https://api.github.com/repos/minio/console/tarball/v0.15.1", "url": "https://api.github.com/repos/minio/console/tarball/v0.17.2",
"hash": "0mxkidxzczwxlgj7v2130m865llck7czlik222zzvm2mjda07vng" "hash": "031iwd7af88wh5ydxnnqrq6wjlnykc3r01h8gcdvm8632hdzh22p"
}, },
"searxng": { "searxng": {
"type": "Git", "type": "Git",