summary refs log tree commit diff
path: root/pkgs/applications/networking/instant-messengers/toxic
diff options
context:
space:
mode:
authorLluís Batlle i Rossell <viric@viric.name>2014-09-18 09:23:01 +0200
committerLluís Batlle i Rossell <viric@viric.name>2014-09-29 10:24:35 +0200
commit1955da1b8c8df6b72dc4f70a56c322ca3edda35b (patch)
tree9d70482a7634a258e1bec10ef73025f265517872 /pkgs/applications/networking/instant-messengers/toxic
parenta7197741aca9653bc436ffb987082b4779ae6870 (diff)
downloadnixpkgs-1955da1b8c8df6b72dc4f70a56c322ca3edda35b.tar
nixpkgs-1955da1b8c8df6b72dc4f70a56c322ca3edda35b.tar.gz
nixpkgs-1955da1b8c8df6b72dc4f70a56c322ca3edda35b.tar.bz2
nixpkgs-1955da1b8c8df6b72dc4f70a56c322ca3edda35b.tar.lz
nixpkgs-1955da1b8c8df6b72dc4f70a56c322ca3edda35b.tar.xz
nixpkgs-1955da1b8c8df6b72dc4f70a56c322ca3edda35b.tar.zst
nixpkgs-1955da1b8c8df6b72dc4f70a56c322ca3edda35b.zip
Updating toxic/libtoxcore/libsodium
Diffstat (limited to 'pkgs/applications/networking/instant-messengers/toxic')
-rw-r--r--pkgs/applications/networking/instant-messengers/toxic/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/instant-messengers/toxic/default.nix b/pkgs/applications/networking/instant-messengers/toxic/default.nix
index f7d1a010ed8..4e896f95784 100644
--- a/pkgs/applications/networking/instant-messengers/toxic/default.nix
+++ b/pkgs/applications/networking/instant-messengers/toxic/default.nix
@@ -2,13 +2,13 @@
 , libtoxcore, openal, libvpx, freealut, libconfig, pkgconfig }:
 
 let
-  version = "0.4.7";
+  version = "0.5.0";
 in stdenv.mkDerivation rec {
   name = "toxic-${version}";
 
   src = fetchurl {
     url = "https://github.com/Tox/toxic/archive/v${version}.tar.gz";
-    sha256 = "0rcrcqzvicz7787fa4b7f68qnwq6wqbyrm8ii850f1w7vnxq9dkq";
+    sha256 = "01k32431zay1mdqvrw5qk0pjxb7gkcxr78w1a06g23b7ymjwfawv";
   };
 
   makeFlags = [ "-Cbuild" "VERSION=${version}" ];