Unverified Commit e08ec875 authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

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

parents d46e3a98 1726e269
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 = {