transmission: Update from 2.82 -> 2.83
This commit is contained in:
parent
4d634e2bae
commit
1ab0cd1242
@ -4,7 +4,7 @@
|
|||||||
}:
|
}:
|
||||||
|
|
||||||
let
|
let
|
||||||
version = "2.82";
|
version = "2.83";
|
||||||
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 = "08imy28hpjxwdzgvhm66hkfyzp8qnnqr4jhv3rgshryzhw86b5ir";
|
sha256 = "0cqlgl6jmjw1caybz6nzh3l8z0jak1dxba01isv72zvy2r8b1qdh";
|
||||||
};
|
};
|
||||||
|
|
||||||
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