transmission: Update from 2.83 -> 2.84
This commit is contained in:
parent
b50074929e
commit
3614b34c6a
@ -4,7 +4,7 @@
|
|||||||
}:
|
}:
|
||||||
|
|
||||||
let
|
let
|
||||||
version = "2.83";
|
version = "2.84";
|
||||||
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 = "http://download.transmissionbt.com/files/transmission-${version}.tar.xz";
|
url = "http://download.transmissionbt.com/files/transmission-${version}.tar.xz";
|
||||||
sha256 = "0cqlgl6jmjw1caybz6nzh3l8z0jak1dxba01isv72zvy2r8b1qdh";
|
sha256 = "1sxr1magqb5s26yvr5yhs1f7bmir8gl09niafg64lhgfnhv1kz59";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ pkgconfig intltool file openssl curl libevent inotifyTools ]
|
buildInputs = [ pkgconfig intltool file openssl curl libevent inotifyTools ]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user