Merge pull request #198449 from r-ryantm/auto-update/jackett

jackett: 0.20.2171 -> 0.20.2175
This commit is contained in:
Mario Rodas 2022-10-29 09:35:01 -05:00 committed by GitHub
commit 69a28bf66c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,13 +9,13 @@
buildDotnetModule rec {
pname = "jackett";
version = "0.20.2171";
version = "0.20.2175";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "v${version}";
sha256 = "FW/3CkkLeHWw8KrBctAChRE9DMoooOmPkHZVBKp91Jk=";
sha256 = "MkMEsD8hU23RPvLJvEN2IT5BiuE1ySuVRLmPK2Yqsa0=";
};
projectFile = "src/Jackett.Server/Jackett.Server.csproj";