cert-viewer: 0.9.0 -> 0.9.1

This commit is contained in:
Maciej Krüger 2024-04-11 12:02:06 +02:00
parent 997cc15602
commit ffb3c91dd1
No known key found for this signature in database
GPG Key ID: 0D948CE19CF49C5F
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";