minio-client: 2019-01-30 -> 2020-03-06
This commit is contained in:
parent
85f8014655
commit
337b35707d
@ -1,17 +1,19 @@
|
|||||||
{ stdenv, buildGoPackage, fetchFromGitHub }:
|
{ stdenv, buildGoModule, fetchFromGitHub }:
|
||||||
|
|
||||||
buildGoPackage rec {
|
buildGoModule rec {
|
||||||
pname = "minio-client";
|
pname = "minio-client";
|
||||||
version = "2019-01-30T19-57-22Z";
|
version = "2020-03-06T23-29-45Z";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "minio";
|
owner = "minio";
|
||||||
repo = "mc";
|
repo = "mc";
|
||||||
rev = "RELEASE.${version}";
|
rev = "RELEASE.${version}";
|
||||||
sha256 = "1w0ig0daf0zxpkz449xq2hm7ajhzn8hlnnmpac6ip82qy53xnbm4";
|
sha256 = "1vqvp7mn841s5g9vvas3c8j4y9lp90maw5y49hdv7zcsqncqvzkv";
|
||||||
};
|
};
|
||||||
|
|
||||||
goPackagePath = "github.com/minio/mc";
|
modSha256 = "1qjfsqmcc6i0nixwvdmm3vnnv19yvqaaza096cpdf5rl35knsp5i";
|
||||||
|
|
||||||
|
subPackages = [ "." ];
|
||||||
|
|
||||||
preBuild = ''
|
preBuild = ''
|
||||||
buildFlagsArray+=("-ldflags=-X github.com/minio/mc/cmd.Version=${version}")
|
buildFlagsArray+=("-ldflags=-X github.com/minio/mc/cmd.Version=${version}")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user