Skip to content

Commit d1ca333

Browse files
authored
Merge pull request #283070 from r-ryantm/auto-update/minio
minio: 2023-12-23T07-19-11Z -> 2024-01-18T22-51-28Z
2 parents 3022ccf + 6f10ebb commit d1ca333

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/servers/minio/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,16 @@ let
2121
in
2222
buildGoModule rec {
2323
pname = "minio";
24-
version = "2023-12-23T07-19-11Z";
24+
version = "2024-01-18T22-51-28Z";
2525

2626
src = fetchFromGitHub {
2727
owner = "minio";
2828
repo = "minio";
2929
rev = "RELEASE.${version}";
30-
sha256 = "sha256-1tgJraaF40GSBAnczzf0tdJMH8AXORmhpnEpVxe5yjc=";
30+
sha256 = "sha256-O0MvwX8fD6QKaFTSfat9eVV+gY9ZaWIvxOpevwZaODw=";
3131
};
3232

33-
vendorHash = "sha256-TGdMKzpMRAEE1TpEU6IJKu3A6A1uC2BtifDxCfH9Fd0=";
33+
vendorHash = "sha256-zB5yaWY0MhksqhrJfmfkpwlZio0p291t9ETESgADBjg=";
3434

3535
doCheck = false;
3636

0 commit comments

Comments
 (0)