Skip to content

Commit

Permalink
Merge pull request #901 from linyinfeng/minio-latest-fix
Browse files Browse the repository at this point in the history
minio-latest: fix
  • Loading branch information
linyinfeng authored Dec 18, 2024
2 parents 03cfd48 + dc1b2e2 commit b388de6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/minio-latest/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ buildGoModule rec {
changelog = "https://github.com/minio/minio/releases/tag/RELEASE.${version}";
platforms = platforms.unix;
license = licenses.agpl3Plus;
broken = !(lib.versionAtLeast go.version "1.22");
broken = !(lib.versionAtLeast go.version "1.23");
maintainers = with maintainers; [ yinfeng ];
};
}

0 comments on commit b388de6

Please sign in to comment.