Skip to content

Commit

Permalink
transmission-gtk: 2.93 -> 2.94
Browse files Browse the repository at this point in the history
(cherry picked from commit 66aedd5)

Bug-fix release, see [1]

[1]: https://github.com/transmission/transmission/releases/tag/2.94
  • Loading branch information
R. RyanTM authored and joachifm committed May 6, 2018
1 parent d953df9 commit 816101f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/networking/p2p/transmission/default.nix
Expand Up @@ -10,11 +10,11 @@ let inherit (stdenv.lib) optional optionals optionalString; in

stdenv.mkDerivation rec {
name = "transmission-" + optionalString enableGTK3 "gtk-" + version;
version = "2.93";
version = "2.94";

src = fetchurl {
url = "https://github.com/transmission/transmission-releases/raw/master/transmission-2.93.tar.xz";
sha256 = "8815920e0a4499bcdadbbe89a4115092dab42ce5199f71ff9a926cfd12b9b90b";
url = "https://github.com/transmission/transmission-releases/raw/master/transmission-2.94.tar.xz";
sha256 = "0zbbj7rlm6m7vb64x68a64cwmijhsrwx9l63hbwqs7zr9742qi1m";
};

nativeBuildInputs = [ pkgconfig ]
Expand Down

0 comments on commit 816101f

Please sign in to comment.