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

jackett: 0.21.462 -> 0.21.484
This commit is contained in:
Mario Rodas 2023-07-18 01:24:14 -05:00 committed by GitHub
commit ca4085af04
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.462";
version = "0.21.484";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "v${version}";
hash = "sha512-45R+vOo/aJR0WotL2VlynlTSZbN9UqOh6SngDciOrKtj1mctGI9NmfXcKyWMXiDNQniCkNi9suIupuY8nVcbsg==";
hash = "sha512-gjDhbtPV4wWOZUn7YJ9buoiukp5vkSU9Rk1+IBAzphoYKFdgzLqYDVJcrIBEAJks5KBAmMSIBY2Kdfb1WC5KvQ==";
};
projectFile = "src/Jackett.Server/Jackett.Server.csproj";