summary refs log tree commit diff
path: root/pkgs/tools/security/minio-certgen
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-02-19 20:32:25 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-02-19 20:32:25 +0000
commitca9301834ae72869474ff26199521334685197a1 (patch)
tree3e86706c8c3089280f95c4a0d09375dda34d622c /pkgs/tools/security/minio-certgen
parent9234f7fbb501a5f3ccd09ffc40db407a2f4a5485 (diff)
downloadnixpkgs-ca9301834ae72869474ff26199521334685197a1.tar
nixpkgs-ca9301834ae72869474ff26199521334685197a1.tar.gz
nixpkgs-ca9301834ae72869474ff26199521334685197a1.tar.bz2
nixpkgs-ca9301834ae72869474ff26199521334685197a1.tar.lz
nixpkgs-ca9301834ae72869474ff26199521334685197a1.tar.xz
nixpkgs-ca9301834ae72869474ff26199521334685197a1.tar.zst
nixpkgs-ca9301834ae72869474ff26199521334685197a1.zip
minio-certgen: 0.0.2 -> 1.0.1
Diffstat (limited to 'pkgs/tools/security/minio-certgen')
-rw-r--r--pkgs/tools/security/minio-certgen/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/security/minio-certgen/default.nix b/pkgs/tools/security/minio-certgen/default.nix
index ec7b0e976ee..b09a37a238f 100644
--- a/pkgs/tools/security/minio-certgen/default.nix
+++ b/pkgs/tools/security/minio-certgen/default.nix
@@ -2,16 +2,16 @@
 
 buildGoModule rec {
   pname = "minio-certgen";
-  version = "0.0.2";
+  version = "1.0.1";
 
   src = fetchFromGitHub {
     owner = "minio";
     repo = "certgen";
     rev = "v${version}";
-    sha256 = "sha256-HtzcoEUMt3LpQNyT0wGcmc4Q70QqHx7QpjrDh4YSO/Q=";
+    sha256 = "sha256-YLFrW0w1H6u/lTP4fWPcRFTG9gIm228J2KcE4VSeG2Q=";
   };
 
-  vendorSha256 = "sha256-pQpattmS9VmO3ZIQUFn66az8GSmB4IvYhTTCFn6SUmo=";
+  vendorSha256 = null;
 
   meta = with lib; {
     description = "A simple Minio tool to generate self-signed certificates, and provides SAN certificates with DNS and IP entries";