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 8e089f9 commit 1bf0a5bCopy full SHA for 1bf0a5b
pkgs/by-name/te/termshot/package.nix
@@ -8,16 +8,16 @@
8
9
buildGoModule (finalAttrs: {
10
pname = "termshot";
11
- version = "0.5.0";
+ version = "0.6.0";
12
13
src = fetchFromGitHub {
14
owner = "homeport";
15
repo = "termshot";
16
tag = "v${finalAttrs.version}";
17
- hash = "sha256-fk1Xlgf6WR6dAekv7gZXPfKTEvbnk7FT+mn8UYFbQnQ=";
+ hash = "sha256-utaQhUBpFUpxqE+cEJqlQHyJXSo/4UzrA2uqUd88uaM=";
18
};
19
20
- vendorHash = "sha256-RuIn4JNt4c47p2uiLtmCVYyY0/K1kJpmUboXHA5vhew=";
+ vendorHash = "sha256-3fUvl772pscrQv2wJkRX5wBhAt9fmfIPI7FGq7h7Fqw=";
21
22
ldflags = [
23
"-s"
0 commit comments