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 62172c1 commit 4ab8066Copy full SHA for 4ab8066
pkgs/by-name/ni/nix-search-tv/package.nix
@@ -7,16 +7,16 @@
7
8
buildGoModule rec {
9
pname = "nix-search-tv";
10
- version = "1.0.0";
+ version = "2.0.0";
11
12
src = fetchFromGitHub {
13
owner = "3timeslazy";
14
repo = "nix-search-tv";
15
tag = "v${version}";
16
- hash = "sha256-SKLvN67GHLHGj0bUYdFutiLzRVCCtxNokWP0z3Za9UU=";
+ hash = "sha256-C8RTUwTkMgROipLgoDrm3L5aTBwOJ+cVr38xx1+sJCQ=";
17
};
18
19
- vendorHash = "sha256-uzNDhkovlXx0tIgSJ3E08d0TNmktSrlOOe8Iwi4ZfmU=";
+ vendorHash = "sha256-0spLr6Qn2eQZC5Wwe6d+0o6B3r9CIgJt2X5/E/UMvg8=";
20
21
subPackages = [ "cmd/nix-search-tv" ];
22
0 commit comments