Commit 1726e269 authored by R. RyanTM's avatar R. RyanTM Committed by Gaetan Lepage
Browse files

nix-search-tv: 2.2.3 -> 2.2.4

parent ef618a7a
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -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 = {