Merge pull request #13762 from hrdinka/update/transmission

transmission: 2.90 -> 2.92
This commit is contained in:
Ricardo M. Correia 2016-03-08 16:59:54 +01:00
commit 19b92ce265
1 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
}: }:
let let
version = "2.90"; version = "2.92";
in in
with { inherit (stdenv.lib) optional optionals optionalString; }; with { inherit (stdenv.lib) optional optionals optionalString; };
@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
src = fetchurl { src = fetchurl {
url = "https://transmission.cachefly.net/transmission-${version}.tar.xz"; url = "https://transmission.cachefly.net/transmission-${version}.tar.xz";
sha256 = "1lig7y9fhmv2ajgq1isj9wqgpcgignzlczs3dy95ahb8h6pqrzv9"; sha256 = "0pykmhi7pdmzq47glbj8i2im6iarp4wnj4l1pyvsrnba61f0939s";
}; };
buildInputs = [ pkgconfig intltool file openssl curl libevent inotify-tools zlib ] buildInputs = [ pkgconfig intltool file openssl curl libevent inotify-tools zlib ]