summary refs log tree commit diff
path: root/pkgs/tools/networking/mu
diff options
context:
space:
mode:
authorGabriel Ebner <gebner@gebner.org>2016-01-31 11:19:35 +0100
committerGabriel Ebner <gebner@gebner.org>2016-01-31 11:19:35 +0100
commitbca90426632f7b751802348f3065cc031823b32e (patch)
tree94eb2e6222c12f35a4e8536e073188020774d627 /pkgs/tools/networking/mu
parentab2db6239d47a174fb3e84065c30bcb6a19cc4fc (diff)
mu: 0.9.13 -> 0.9.16
Diffstat (limited to 'pkgs/tools/networking/mu')
-rw-r--r--pkgs/tools/networking/mu/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/networking/mu/default.nix b/pkgs/tools/networking/mu/default.nix
index 77ef86baec361..5829dc9d5509d 100644
--- a/pkgs/tools/networking/mu/default.nix
+++ b/pkgs/tools/networking/mu/default.nix
@@ -3,12 +3,12 @@
 , gtk3, webkit, libsoup, icu, withMug ? false /* doesn't build with current gtk3 */ }:
 
 stdenv.mkDerivation rec {
-  version = "0.9.13";
+  version = "0.9.16";
   name = "mu-${version}";
 
   src = fetchurl {
     url = "https://github.com/djcb/mu/archive/v${version}.tar.gz";
-    sha256 = "0wj33pma8xgjvn2akk7khzbycwn4c9sshxvzdph9dnpy7gyqxj51";
+    sha256 = "0p7hqri1r1x6750x138cc29mh81kdav2dcim26y58s8an206h25g";
   };
 
   buildInputs = [