From 2805ac54d8a69a3c984049567f859f5ac1269e9d Mon Sep 17 00:00:00 2001 From: Peter Hoeg Date: Wed, 22 Feb 2017 07:33:31 +0800 Subject: [PATCH] utox: 0.12.2 -> 0.13.0 --- .../networking/instant-messengers/utox/default.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/networking/instant-messengers/utox/default.nix b/pkgs/applications/networking/instant-messengers/utox/default.nix index 0653558c940f..a5f0f5cef613 100644 --- a/pkgs/applications/networking/instant-messengers/utox/default.nix +++ b/pkgs/applications/networking/instant-messengers/utox/default.nix @@ -3,13 +3,14 @@ stdenv.mkDerivation rec { name = "utox-${version}"; - version = "0.12.2"; + # > 0.13 should have unit tests and dbus support + version = "0.13.0"; src = fetchFromGitHub { owner = "uTox"; repo = "uTox"; rev = "v${version}"; - sha256 = "1y26dpx0qc01mhv2f325ymyc3r7ihayrr10rp25p1bs24010azwn"; + sha256 = "0hdcbhmjwxhs3mr72w6x6yfnk8b0drsqyj40grg8dc0gb1x8y82j"; }; buildInputs = [