certinfo-go: 0.1.42 -> 0.1.43

This commit is contained in:
R. Ryantm 2025-04-19 11:32:18 +00:00
parent bb884bb83f
commit fccbe21d3d

View file

@ -7,16 +7,16 @@
buildGoModule rec {
pname = "certinfo-go";
version = "0.1.42";
version = "0.1.43";
src = fetchFromGitHub {
owner = "paepckehh";
repo = "certinfo";
tag = "v${version}";
hash = "sha256-XnHQTMohpuMnV2trSqZ9PlKWmuOyHGDj+6ljKfUD40A=";
hash = "sha256-vXNk4DrElWmV7yxWEiLZexJQzVBUY08fF0in6hpBwjA=";
};
vendorHash = "sha256-Bbj+8TAJJWhkOxib9cz/Znj5bHAXcgrDONRpGDK+los=";
vendorHash = "sha256-rAXnnd9E3HFvmbI+dIJj0F81NwXXD53QATNNmlOpBRM=";
ldflags = [
"-s"