summary refs log tree commit diff
diff options
context:
space:
mode:
authormarkuskowa <markus.kowalewski@gmail.com>2022-03-06 19:07:53 +0100
committerGitHub <noreply@github.com>2022-03-06 19:07:53 +0100
commit279e35be3be75aafa69033e55714a1c09955228d (patch)
treefac058d487a3bc9cdb4b882306daf023668cb807
parent4d163783eab1083f0e2e1c91b941926388032dce (diff)
parenta460ace8aa832b6d1c740f05b82b21e9a16b7b06 (diff)
downloadnixpkgs-279e35be3be75aafa69033e55714a1c09955228d.tar
nixpkgs-279e35be3be75aafa69033e55714a1c09955228d.tar.gz
nixpkgs-279e35be3be75aafa69033e55714a1c09955228d.tar.bz2
nixpkgs-279e35be3be75aafa69033e55714a1c09955228d.tar.lz
nixpkgs-279e35be3be75aafa69033e55714a1c09955228d.tar.xz
nixpkgs-279e35be3be75aafa69033e55714a1c09955228d.tar.zst
nixpkgs-279e35be3be75aafa69033e55714a1c09955228d.zip
Merge pull request #162478 from r-ryantm/auto-update/minio-certgen
minio-certgen: 1.0.1 -> 1.1.0
-rw-r--r--pkgs/tools/security/minio-certgen/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/security/minio-certgen/default.nix b/pkgs/tools/security/minio-certgen/default.nix
index b09a37a238f..ee4413c9041 100644
--- a/pkgs/tools/security/minio-certgen/default.nix
+++ b/pkgs/tools/security/minio-certgen/default.nix
@@ -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;