Skip to content

Commit 104581f

Browse files
tlsinfo: 0.1.47 -> 0.1.48 (#421559)
Co-authored-by: paepckehh <git@paepcke.de>
2 parents baec6ca + f21ea67 commit 104581f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/tl/tlsinfo/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@
77

88
buildGoModule rec {
99
pname = "tlsinfo";
10-
version = "0.1.47";
10+
version = "0.1.48";
1111

1212
src = fetchFromGitHub {
1313
owner = "paepckehh";
1414
repo = "tlsinfo";
1515
tag = "v${version}";
16-
hash = "sha256-9YOFsUDNxZi1C59ZSQ31QXE9comFa6DGEzvRah0bruY=";
16+
hash = "sha256-1483Y1SoAVsXIjpa1CbOvVQsOol6adoQD9PCxHgSgU4=";
1717
};
1818

19-
vendorHash = "sha256-f7Rkpz6qGiJNhxlYPJo2G3ykItj+55PvGnNPNOU1ftI=";
19+
vendorHash = "sha256-wHCHj7/DBzW0m16aXdQBjPRKjIlf2iab1345ud+ulVQ=";
2020

2121
ldflags = [
2222
"-s"

0 commit comments

Comments
 (0)