3
0
Fork 0
forked from mirrors/nixpkgs

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

jackett: 0.20.2167 -> 0.20.2169
This commit is contained in:
Mario Rodas 2022-10-28 00:26:50 -05:00 committed by GitHub
commit 26eb9a43d6
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.2167";
version = "0.20.2169";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "v${version}";
sha256 = "119VBstPmcXaNRxwv2w6yn1oiR6VIcHccLhLFtlyCFM=";
sha256 = "D1q2nzDxlsFrxZRmZJTiJSWQ/BihuEDUVirv2qKgsnI=";
};
projectFile = "src/Jackett.Server/Jackett.Server.csproj";