nix-search-tv: 2.2.3 -> 2.2.4 (#480123)

This commit is contained in:
Gaétan Lepage
2026-01-14 23:17:34 +00:00
committed by GitHub
+2 -3
View File
@@ -7,13 +7,13 @@
buildGoModule (finalAttrs: {
pname = "nix-search-tv";
version = "2.2.3";
version = "2.2.4";
src = fetchFromGitHub {
owner = "3timeslazy";
repo = "nix-search-tv";
tag = "v${finalAttrs.version}";
hash = "sha256-fhXbkH1iqLugr5zkuSgxUYziq5Q4f+QnV5eSag9La8g=";
hash = "sha256-ygA9AF4PrM+4G+Le70UI12OQPIjLmELg3Xpkmc7nMz0=";
};
vendorHash = "sha256-ZuhU1+XzJeiGheYNR4lL7AI5vgWvgp6iuJjMcK8t6Mg=";
@@ -24,7 +24,6 @@ buildGoModule (finalAttrs: {
ldflags = [
"-s"
"-w"
];
passthru = {