3
0
Fork 0
forked from mirrors/nixpkgs

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

minio: 2023-09-20T22-49-55Z -> 2023-11-01T18-37-25Z
This commit is contained in:
Pascal Bach 2023-12-08 14:08:07 +01:00 committed by GitHub
commit a8e4d529df
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,16 +21,16 @@ let
in
buildGoModule rec {
pname = "minio";
version = "2023-09-20T22-49-55Z";
version = "2023-11-01T18-37-25Z";
src = fetchFromGitHub {
owner = "minio";
repo = "minio";
rev = "RELEASE.${version}";
sha256 = "sha256-JX+bxFAxTmOjpY6HAVVhdZftFx9HlniX+3zKY7Qui9w=";
sha256 = "sha256-3YCXIn/xBhkKrmM41JBBfzc6re1nAFHO9GCwTE6AddY=";
};
vendorHash = "sha256-fcaMYm7Tw5zqtHhPzmUS/5E7AYI8P2fuxT2sDQwNttc=";
vendorHash = "sha256-UZqICN3vPJRgO7fKzVTlP/sFx4cWUnEN9BpSp1bFgL0=";
doCheck = false;