Merge pull request #303316 from mkg20001/cert-update

cert-viewer: 0.9.0 -> 0.9.1
This commit is contained in:
Maciej Krüger 2024-04-12 14:31:07 +02:00 committed by GitHub
commit 0296a66b61
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -5,16 +5,16 @@
buildGoModule rec {
pname = "cert-viewer";
version = "0.9.0";
version = "0.9.1";
src = fetchFromGitHub {
owner = "mgit-at";
repo = "cert-viewer";
rev = "refs/tags/v${version}";
hash = "sha256-q4FLKH0ZA/79zLo7dt+CSOjfKyygTiQKSuungQTtue0=";
hash = "sha256-6IPr2BG3y/7cmc2WkeeFDpQ59GNU1eOhhm49HE2w0cA=";
};
vendorHash = "sha256-55zDUAe5s+03/OnDcK1DqmMUpFO2sBaVjEk6vbrHgzY=";
vendorHash = "sha256-jNT04bYH5L/Zcfvel673zr2UJLayCO443tvBGZjrBZk=";
meta = {
description = "Admin tool to view and inspect multiple x509 Certificates";