Skip to content

Commit 1bf0a5b

Browse files
committed
1 parent 8e089f9 commit 1bf0a5b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/te/termshot/package.nix

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

99
buildGoModule (finalAttrs: {
1010
pname = "termshot";
11-
version = "0.5.0";
11+
version = "0.6.0";
1212

1313
src = fetchFromGitHub {
1414
owner = "homeport";
1515
repo = "termshot";
1616
tag = "v${finalAttrs.version}";
17-
hash = "sha256-fk1Xlgf6WR6dAekv7gZXPfKTEvbnk7FT+mn8UYFbQnQ=";
17+
hash = "sha256-utaQhUBpFUpxqE+cEJqlQHyJXSo/4UzrA2uqUd88uaM=";
1818
};
1919

20-
vendorHash = "sha256-RuIn4JNt4c47p2uiLtmCVYyY0/K1kJpmUboXHA5vhew=";
20+
vendorHash = "sha256-3fUvl772pscrQv2wJkRX5wBhAt9fmfIPI7FGq7h7Fqw=";
2121

2222
ldflags = [
2323
"-s"

0 commit comments

Comments
 (0)