packages/minio-console: 0.15.1 -> 0.17.2, use Go 1.17
This commit is contained in:
parent
8e8c4354da
commit
6936c17c02
2 changed files with 9 additions and 7 deletions
|
@ -1,12 +1,14 @@
|
|||
{ buildGoModule, fetchFromGitHub, lib, pins }:
|
||||
{ buildGo117Module, lib, pins }:
|
||||
|
||||
buildGoModule rec {
|
||||
buildGo117Module rec {
|
||||
pname = "minio-console";
|
||||
version = builtins.substring 1 (-1) pins.minio-console.version;
|
||||
|
||||
src = pins.minio-console;
|
||||
|
||||
vendorSha256 = "sha256-h1yIpn5XF7+UeSr1hZEUcKro634zrObvE1ies8yVeGE=";
|
||||
vendorSha256 = "sha256-tBh6N1Vn8RpAw0pY55isf1/50JfxBn29SFLtJdXcsQU=";
|
||||
|
||||
doCheck = false;
|
||||
|
||||
subPackages = [ "cmd/console" ];
|
||||
}
|
||||
|
|
|
@ -9,10 +9,10 @@
|
|||
},
|
||||
"pre_releases": false,
|
||||
"version_upper_bound": null,
|
||||
"version": "v0.15.1",
|
||||
"revision": "d20be7f836667c477e004ead6329fa8586a7f61c",
|
||||
"url": "https://api.github.com/repos/minio/console/tarball/v0.15.1",
|
||||
"hash": "0mxkidxzczwxlgj7v2130m865llck7czlik222zzvm2mjda07vng"
|
||||
"version": "v0.17.2",
|
||||
"revision": "17684f37d91f1f6b89d6fcadd308d560a472ba87",
|
||||
"url": "https://api.github.com/repos/minio/console/tarball/v0.17.2",
|
||||
"hash": "031iwd7af88wh5ydxnnqrq6wjlnykc3r01h8gcdvm8632hdzh22p"
|
||||
},
|
||||
"searxng": {
|
||||
"type": "Git",
|
||||
|
|
Loading…
Reference in a new issue