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

View File

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