Unverified Commit c293ff55 authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

jackett: 0.22.1791 -> 0.22.1887 (#402323)

parents dddae5b3 64a97cd2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,13 +11,13 @@

buildDotnetModule rec {
  pname = "jackett";
  version = "0.22.1791";
  version = "0.22.1887";

  src = fetchFromGitHub {
    owner = pname;
    repo = pname;
    rev = "v${version}";
    hash = "sha512-nT1B9CSF9yDbeVfmaS+XI9ixcHWZiZZ0z5cN/CR1lZXJZ3EfMI0XsoBGyXRc1V7UlNOjTPbvUL8HytjFa2smeg==";
    hash = "sha512-6XM7FDj12IfMu6KQHMih2yrwnP0GcVE2IMvH99vbfhyUKxOJiiWNNj72lEwBt5TDHs4eeQgugNIJ+NiDe52OjQ==";
  };

  projectFile = "src/Jackett.Server/Jackett.Server.csproj";