about summary refs log tree commit diff
path: root/pkgs/applications/networking/irc
diff options
context:
space:
mode:
authorLluís Batlle i Rossell <viric@viric.name>2014-02-11 11:55:59 +0100
committerLluís Batlle i Rossell <viric@viric.name>2014-02-11 12:32:47 +0100
commit248161ffeb5ff1ceb61855c88b21a1ab547e1235 (patch)
tree9c2a91c2e46a95d270bd9f13b7c125af9446ceb3 /pkgs/applications/networking/irc
parentf2a7622a6d29e7f97d1153d3f4c9485e42c2a55d (diff)
downloadnixlib-248161ffeb5ff1ceb61855c88b21a1ab547e1235.tar
nixlib-248161ffeb5ff1ceb61855c88b21a1ab547e1235.tar.gz
nixlib-248161ffeb5ff1ceb61855c88b21a1ab547e1235.tar.bz2
nixlib-248161ffeb5ff1ceb61855c88b21a1ab547e1235.tar.lz
nixlib-248161ffeb5ff1ceb61855c88b21a1ab547e1235.tar.xz
nixlib-248161ffeb5ff1ceb61855c88b21a1ab547e1235.tar.zst
nixlib-248161ffeb5ff1ceb61855c88b21a1ab547e1235.zip
Updating irssi_otr and libotr to the latest master versions.
According to their few additional commit logs, it's worth it.

I also set libotr to use the latest libgcrypt, related to a comment
in libotr commit. They talk about a libgcrypt fix that will have
more chances to be in the latest libgcrypt.
Diffstat (limited to 'pkgs/applications/networking/irc')
-rw-r--r--pkgs/applications/networking/irc/irssi/otr/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/networking/irc/irssi/otr/default.nix b/pkgs/applications/networking/irc/irssi/otr/default.nix
index 00a9aa1fc683..988320dd61fc 100644
--- a/pkgs/applications/networking/irc/irssi/otr/default.nix
+++ b/pkgs/applications/networking/irc/irssi/otr/default.nix
@@ -1,16 +1,16 @@
 { stdenv, fetchurl, libotr, automake, autoconf, libtool, glib, pkgconfig, irssi }:
 
 let
-  rev = "cab3fc915c";
+  rev = "640e98c74b";
 in
 with stdenv.lib;
 stdenv.mkDerivation rec {
-  name = "irssi-otr-20130601-${rev}";
+  name = "irssi-otr-20131007-${rev}";
   
   src = fetchurl {
     url = "https://github.com/cryptodotis/irssi-otr/tarball/${rev}";
     name = "${name}.tar.gz";
-    sha256 = "0kn9c562zfh36gpcrbpslwjjr78baagdwphczz2d608ndczm1vrk";
+    sha256 = "0d08ianzhy20w0ld8xx7hgrp9psg54l37619pcdpqyrnlzkkdalz";
   };
 
   patchPhase = ''