jackett: 0.18.372 -> 0.18.455

This commit is contained in:
R. RyanTM 2021-07-21 15:52:35 +00:00
parent 6a8163a5ba
commit c19a2b91cd

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "jackett";
version = "0.18.372";
version = "0.18.455";
src = fetchurl {
url = "https://github.com/Jackett/Jackett/releases/download/v${version}/Jackett.Binaries.Mono.tar.gz";
sha256 = "sha256-GkAKYxa5F0N9jg9TZrwt3hjkhybZTKU2Ia/gIxBRGuo=";
sha256 = "sha256-qEuhgtDtdMCHJtUcUDUmKI8FT0ti7veleI7UhwTAUfE=";
};
nativeBuildInputs = [ makeWrapper ];