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

jackett: 0.21.719 -> 0.21.724
This commit is contained in:
Mario Rodas
2023-09-02 12:13:50 -05:00
committed by GitHub
+2 -2
View File
@@ -9,13 +9,13 @@
buildDotnetModule rec {
pname = "jackett";
version = "0.21.719";
version = "0.21.724";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "v${version}";
hash = "sha512-j2f8qsEEhvFIm2h87eIuOHjVUMtfy14v+FhO8p4JOmIIuhoG1DZ8zL8dgTgLUgtfCoXgvTd10P+cK/VfVuMJLw==";
hash = "sha512-a07qOOpdaD4M6GqP3VCOe6UpJFjtb2xXNltUlrTtgF06wuwCjzf1euSxzzRjXXSLSUeTtpgwMp4dTFIIND9Huw==";
};
projectFile = "src/Jackett.Server/Jackett.Server.csproj";