Skip to content

Commit b689696

Browse files
nak: 0.10.1 -> 0.11.2 (NixOS#380014)
Co-authored-by: nartsisss <[email protected]>
2 parents a83d853 + 214915b commit b689696

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/na/nak/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@
77
}:
88
buildGo123Module rec {
99
pname = "nak";
10-
version = "0.10.1";
10+
version = "0.11.2";
1111

1212
src = fetchFromGitHub {
1313
owner = "fiatjaf";
1414
repo = "nak";
1515
tag = "v${version}";
16-
hash = "sha256-nIqmQVLGe6iqgnz0QuCgLTPT0TsL5QUMqxBQGXq13QE=";
16+
hash = "sha256-DFkF5wPRAxbM3MoaNMXp0JdjeegaVQ7XQUjkMjbhgA8=";
1717
};
1818

19-
vendorHash = "sha256-Gt/HG3iRoz9nDBX8C8XUZ0FTic1cl2c5cVkxUG9ngwY=";
19+
vendorHash = "sha256-80jO8u/BdR4JIAmTIoaT2C0ztOkJp/62TGHQtT2Jl3w=";
2020

2121
ldflags = [
2222
"-s"

0 commit comments

Comments
 (0)