summary refs log tree commit diff
path: root/pkgs/tools/security
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-03-02 10:31:46 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-03-02 10:31:46 +0000
commita460ace8aa832b6d1c740f05b82b21e9a16b7b06 (patch)
tree79fedf5a73d8985e6eb0456a4e51c3c3953b7af6 /pkgs/tools/security
parenta385dd1ae3ae49b5cb7947a795aa998ea50c1197 (diff)
downloadnixpkgs-a460ace8aa832b6d1c740f05b82b21e9a16b7b06.tar
nixpkgs-a460ace8aa832b6d1c740f05b82b21e9a16b7b06.tar.gz
nixpkgs-a460ace8aa832b6d1c740f05b82b21e9a16b7b06.tar.bz2
nixpkgs-a460ace8aa832b6d1c740f05b82b21e9a16b7b06.tar.lz
nixpkgs-a460ace8aa832b6d1c740f05b82b21e9a16b7b06.tar.xz
nixpkgs-a460ace8aa832b6d1c740f05b82b21e9a16b7b06.tar.zst
nixpkgs-a460ace8aa832b6d1c740f05b82b21e9a16b7b06.zip
minio-certgen: 1.0.1 -> 1.1.0
Diffstat (limited to 'pkgs/tools/security')
-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;