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

minio-certgen: 1.0.1 -> 1.1.0
This commit is contained in:
markuskowa 2022-03-06 19:07:53 +01:00 committed by GitHub
commit 279e35be3b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "minio-certgen";
version = "1.0.1";
version = "1.1.0";
src = fetchFromGitHub {
owner = "minio";
repo = "certgen";
rev = "v${version}";
sha256 = "sha256-YLFrW0w1H6u/lTP4fWPcRFTG9gIm228J2KcE4VSeG2Q=";
sha256 = "sha256-Qs+wpx9pRdWdY9FrBaKM8gdB0+POy80I6DB4UaBsJEE=";
};
vendorSha256 = null;