Unverified Commit 120a11b0 authored by nixpkgs-ci[bot]'s avatar nixpkgs-ci[bot] Committed by GitHub
Browse files

jackett: 0.24.1591 -> 0.24.1807 (#512564)

parents ec4c4cf0 df47acb1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,13 +12,13 @@

buildDotnetModule (finalAttrs: {
  pname = "jackett";
  version = "0.24.1591";
  version = "0.24.1807";

  src = fetchFromGitHub {
    owner = "jackett";
    repo = "jackett";
    tag = "v${finalAttrs.version}";
    hash = "sha256-HMf88nXx8FZBsVKttCziHARwlckTTMia4gK3BpQQ5Do=";
    hash = "sha256-HkhjHIMZCTzbxaZNb4wFRDAaDJVD9WPS+lNMnM34rEM=";
  };

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