jackett: 0.21.1468 -> 0.21.1510

This commit is contained in:
R. Ryantm 2024-01-07 06:17:35 +00:00
parent 4166d60260
commit 0e6e068f89

View File

@ -9,13 +9,13 @@
buildDotnetModule rec {
pname = "jackett";
version = "0.21.1468";
version = "0.21.1510";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "v${version}";
hash = "sha512-URVuhMjls3M453ogzrmZmditqOJAuM46erckUd75NKwp/44bPlZgoHvorNeuOxOwnEafYDoo+ExuWv9EiYAjUA==";
hash = "sha512-isoKpyxrjr+Kq+Ni7+suQDSWEhTieDzFpdFsf7oxm3+9J2/ziHgh7qfiaaicwqIjSnfUhykvXqAGzrf/Yc/+7g==";
};
projectFile = "src/Jackett.Server/Jackett.Server.csproj";