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

minio-certgen: 1.2.1 -> 1.3.0
This commit is contained in:
Nick Cao 2024-06-05 15:02:47 -04:00 committed by GitHub
commit a8c6dc563e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "minio-certgen";
version = "1.2.1";
version = "1.3.0";
src = fetchFromGitHub {
owner = "minio";
repo = "certgen";
rev = "v${version}";
sha256 = "sha256-qi+SeNLW/jE2dGar4Lf16TKRT3ZTmWB/j8EsnoyrdxI=";
sha256 = "sha256-bYZfQeqPqroMkqJOqHri3l7xscEK9ml/oNLVPBVSDKk=";
};
vendorHash = null;