3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #160940 from r-ryantm/auto-update/minio

minio: 2022-02-16T00-35-27Z -> 2022-02-18T01-50-10Z
This commit is contained in:
Pascal Bach 2022-02-20 00:29:04 +01:00 committed by GitHub
commit 670d1cd319
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,16 +15,16 @@ let
in in
buildGoModule rec { buildGoModule rec {
pname = "minio"; pname = "minio";
version = "2022-02-16T00-35-27Z"; version = "2022-02-18T01-50-10Z";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "minio"; owner = "minio";
repo = "minio"; repo = "minio";
rev = "RELEASE.${version}"; rev = "RELEASE.${version}";
sha256 = "sha256-Lh51R5CAidPmqScwzmQEGlSlv2sNJbqa+z9fsTnQb+s="; sha256 = "sha256-4SUmnUrO89hRcr2w1v6qZiY3swlIZsPgmCHa+q+iFK0=";
}; };
vendorSha256 = "sha256-V8hCSpdIYQKFlHuV2GI9dt2rEhhr5q3cCSd8kEyMiDM="; vendorSha256 = "sha256-5OJntT5ed4pmugB1yw0fa906McREzv5aPuC8vBVx5o0=";
doCheck = false; doCheck = false;