3
0
Fork 0
forked from mirrors/nixpkgs

jackett: 0.7.1308 -> 0.8.151

This commit is contained in:
yesbox 2017-09-05 21:38:42 +02:00
parent 402e6ac089
commit e70e5de2c7

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "jackett-${version}";
version = "0.7.1308";
version = "0.8.151";
src = fetchurl {
url = "https://github.com/Jackett/Jackett/releases/download/v${version}/Jackett.Binaries.Mono.tar.gz";
sha256 = "07yadywizhq7j986ax5d9dbjn1s5bqw6zrlqp6l32ppc119qhjwf";
sha256 = "2df2b296b5b314ed035e8d370bf5708a8b5a23957353e2e1e0007ec08a2138a0";
};
buildInputs = [ makeWrapper ];