Merge pull request #121940 from NULLx76/jackett-0.17.1027

jackett: 0.17.865 -> 0.17.1027
master
Mario Rodas 2021-05-07 08:05:35 -05:00 committed by GitHub
commit 7ea6fae802
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

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