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

jackett: 0.21.1096 -> 0.21.1234
This commit is contained in:
Mario Rodas 2023-11-19 19:00:10 -05:00 committed by GitHub
commit 2332b0d7f4
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.1096";
version = "0.21.1234";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "v${version}";
hash = "sha512-j9PQa54Gv6kdCHZ9/WPnKYkxD4N0eu0KtMPpATSYVDo0mP9pXdQxSoCrKdmW2gOveuo5Z/wPW4BB4r3gvFxcOg==";
hash = "sha512-kI5HxBCx9moxnw90tqRLJ/muULEUOqIGcfWlFmgFwuOsOIoLc3arY1HDjRzeBDLYuz8BiG99lXUeAa5eHB3+Wg==";
};
projectFile = "src/Jackett.Server/Jackett.Server.csproj";