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

nix-search-tv: 2.2.4 -> 2.2.6 (#489307)

parents 9a2dd90f 8a7d1a9d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,13 +7,13 @@

buildGoModule (finalAttrs: {
  pname = "nix-search-tv";
  version = "2.2.4";
  version = "2.2.6";

  src = fetchFromGitHub {
    owner = "3timeslazy";
    repo = "nix-search-tv";
    tag = "v${finalAttrs.version}";
    hash = "sha256-ygA9AF4PrM+4G+Le70UI12OQPIjLmELg3Xpkmc7nMz0=";
    hash = "sha256-MWNVi0kz+AatoOcMLHTI5KoH0qcl6l8VFw8C0Hfub88=";
  };

  vendorHash = "sha256-ZuhU1+XzJeiGheYNR4lL7AI5vgWvgp6iuJjMcK8t6Mg=";