termshot: 0.5.0 -> 0.6.0 (#420849)

authored by Felix Bargfeldt and committed by GitHub e063ac70 a5b8040c

+3 -3
+3 -3
pkgs/by-name/te/termshot/package.nix
··· 8 9 buildGoModule (finalAttrs: { 10 pname = "termshot"; 11 - version = "0.5.0"; 12 13 src = fetchFromGitHub { 14 owner = "homeport"; 15 repo = "termshot"; 16 tag = "v${finalAttrs.version}"; 17 - hash = "sha256-fk1Xlgf6WR6dAekv7gZXPfKTEvbnk7FT+mn8UYFbQnQ="; 18 }; 19 20 - vendorHash = "sha256-RuIn4JNt4c47p2uiLtmCVYyY0/K1kJpmUboXHA5vhew="; 21 22 ldflags = [ 23 "-s"
··· 8 9 buildGoModule (finalAttrs: { 10 pname = "termshot"; 11 + version = "0.6.0"; 12 13 src = fetchFromGitHub { 14 owner = "homeport"; 15 repo = "termshot"; 16 tag = "v${finalAttrs.version}"; 17 + hash = "sha256-utaQhUBpFUpxqE+cEJqlQHyJXSo/4UzrA2uqUd88uaM="; 18 }; 19 20 + vendorHash = "sha256-3fUvl772pscrQv2wJkRX5wBhAt9fmfIPI7FGq7h7Fqw="; 21 22 ldflags = [ 23 "-s"