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.
2 parents 511e62f + ecb5ffe commit 6313551Copy full SHA for 6313551
pkgs/by-name/ni/nix-search-tv/package.nix
@@ -7,16 +7,16 @@
7
8
buildGoModule rec {
9
pname = "nix-search-tv";
10
- version = "2.0.0";
+ version = "2.1.0";
11
12
src = fetchFromGitHub {
13
owner = "3timeslazy";
14
repo = "nix-search-tv";
15
tag = "v${version}";
16
- hash = "sha256-C8RTUwTkMgROipLgoDrm3L5aTBwOJ+cVr38xx1+sJCQ=";
+ hash = "sha256-bQrn7tX1Pe1glH84OSO96Ud0bG/aq+HxdzQwyNFB3R4=";
17
};
18
19
- vendorHash = "sha256-0spLr6Qn2eQZC5Wwe6d+0o6B3r9CIgJt2X5/E/UMvg8=";
+ vendorHash = "sha256-hgZWppiy+P3BfoKOMClzCot1shKcGTZnsMCJ/ItxckE=";
20
21
subPackages = [ "cmd/nix-search-tv" ];
22
0 commit comments