Skip to content

Commit 4f6b60b

Browse files
r-ryantmbachp
authored andcommitted
minio: 2024-06-28T09-06-49Z -> 2024-07-04T14-25-45Z
1 parent b9ada94 commit 4f6b60b

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 = "2024-06-28T09-06-49Z";
24+
version = "2024-07-04T14-25-45Z";
2525

2626
src = fetchFromGitHub {
2727
owner = "minio";
2828
repo = "minio";
2929
rev = "RELEASE.${version}";
30-
hash = "sha256-txCLzA65VOjOVD6SExefXKUMbD7WeXT9a9LNwoA4reU=";
30+
hash = "sha256-3JwfSiddVzyn8+vaj9bOHs3BHx8Okc/BC8C65ageYNM=";
3131
};
3232

33-
vendorHash = "sha256-KDHmLRmnbfGiS4ZeT4CZlzOkxv9GXyNfFYzSXfylLIg=";
33+
vendorHash = "sha256-8sgi21P1dwVfSAH/26NNso7S6RzTOmkNh3cGNYmEhXY=";
3434

3535
doCheck = false;
3636

0 commit comments

Comments
 (0)