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

jackett: 0.20.1768 -> 0.20.1850
This commit is contained in:
Mario Rodas 2022-09-08 05:29:18 -05:00 committed by GitHub
commit 48c3f53b11
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.1768";
version = "0.20.1850";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "v${version}";
sha256 = "fyaAz17PSyenf8fHl9M3cFrCgKNGJ/7arzDseh4twQw=";
sha256 = "lELuwSC0TKsnU5zsUsA0ihBxsJv/IiAs9tf+Yi5aL8E=";
};
projectFile = "src/Jackett.Server/Jackett.Server.csproj";