mu: 0.9.13 -> 0.9.16

This commit is contained in:
Gabriel Ebner 2016-01-31 11:19:35 +01:00
parent ab2db6239d
commit bca9042663

View File

@ -3,12 +3,12 @@
, gtk3, webkit, libsoup, icu, withMug ? false /* doesn't build with current gtk3 */ }: , gtk3, webkit, libsoup, icu, withMug ? false /* doesn't build with current gtk3 */ }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
version = "0.9.13"; version = "0.9.16";
name = "mu-${version}"; name = "mu-${version}";
src = fetchurl { src = fetchurl {
url = "https://github.com/djcb/mu/archive/v${version}.tar.gz"; url = "https://github.com/djcb/mu/archive/v${version}.tar.gz";
sha256 = "0wj33pma8xgjvn2akk7khzbycwn4c9sshxvzdph9dnpy7gyqxj51"; sha256 = "0p7hqri1r1x6750x138cc29mh81kdav2dcim26y58s8an206h25g";
}; };
buildInputs = [ buildInputs = [