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

jackett: 0.20.2236 -> 0.20.2238
This commit is contained in:
Mario Rodas 2022-11-12 10:43:45 -05:00 committed by GitHub
commit f6253297d3
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.2236";
version = "0.20.2238";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "v${version}";
sha256 = "tCE/iicn2HbsdnINcRKp8D7sXCjO57uH/aBfaZrjRqc=";
sha256 = "3kYpx3s4gYBTrqSOt7eLOf8x4cPnlDVmesYBbFzRZVU=";
};
projectFile = "src/Jackett.Server/Jackett.Server.csproj";