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

jackett: 0.17.1027 -> 0.18.15
This commit is contained in:
Mario Rodas 2021-05-19 04:59:12 -05:00 committed by GitHub
commit ac659d1702
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "jackett";
version = "0.17.1027";
version = "0.18.15";
src = fetchurl {
url = "https://github.com/Jackett/Jackett/releases/download/v${version}/Jackett.Binaries.Mono.tar.gz";
sha256 = "sha256:1kmi4f1ghx82rfd8y4laggg8cs9apnhcdkakfi0mah7hqcnqmhm3";
sha256 = "sha256-z2xmF4FIv+z7ybPE7b8ZeC1+jlFi2H2J7HT09Bqyyhs=";
};
nativeBuildInputs = [ makeWrapper ];