We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a01189f commit 214915bCopy full SHA for 214915b
pkgs/by-name/na/nak/package.nix
@@ -7,16 +7,16 @@
7
}:
8
buildGo123Module rec {
9
pname = "nak";
10
- version = "0.10.1";
+ version = "0.11.2";
11
12
src = fetchFromGitHub {
13
owner = "fiatjaf";
14
repo = "nak";
15
tag = "v${version}";
16
- hash = "sha256-nIqmQVLGe6iqgnz0QuCgLTPT0TsL5QUMqxBQGXq13QE=";
+ hash = "sha256-DFkF5wPRAxbM3MoaNMXp0JdjeegaVQ7XQUjkMjbhgA8=";
17
};
18
19
- vendorHash = "sha256-Gt/HG3iRoz9nDBX8C8XUZ0FTic1cl2c5cVkxUG9ngwY=";
+ vendorHash = "sha256-80jO8u/BdR4JIAmTIoaT2C0ztOkJp/62TGHQtT2Jl3w=";
20
21
ldflags = [
22
"-s"
0 commit comments