Skip to content

Commit 67d2b82

Browse files
termshot: 0.4.1 -> 0.5.0 (#397222)
2 parents 9feb758 + 3a98065 commit 67d2b82

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.4.1";
11+
version = "0.5.0";
1212

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

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

2222
ldflags = [
2323
"-s"

0 commit comments

Comments
 (0)