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

jackett: 0.21.364 -> 0.21.449
This commit is contained in:
Mario Rodas 2023-07-10 07:20:23 -05:00 committed by GitHub
commit e423abb136
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.21.364";
version = "0.21.449";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "v${version}";
hash = "sha512-PILqSKjuc0XinumQ0D255zOh/S35Xe9qdBMpcUok0b0YoFt25h7kE5FSucBOOBXL9f9tXyL2RI+o/Dxb2CvyLQ==";
hash = "sha512-QbxFpXWrqJjajvWvuWDD8K9Y88rIvaj+cnbu4K84g0MXuhfD0fyxJoRb5d4SewJWbWEQ6dXzEiQ6fPdqY+MYew==";
};
projectFile = "src/Jackett.Server/Jackett.Server.csproj";