lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

mu: 0.9.11 -> 0.9.12

+2 -2
+2 -2
pkgs/tools/networking/mu/default.nix
··· 3 3 , gtk3, webkit, libsoup, icu, withMug ? false /* doesn't build with current gtk3 */ }: 4 4 5 5 stdenv.mkDerivation rec { 6 - version = "0.9.11"; 6 + version = "0.9.12"; 7 7 name = "mu-${version}"; 8 8 9 9 src = fetchurl { 10 10 url = "https://github.com/djcb/mu/archive/v${version}.tar.gz"; 11 - sha256 = "01n1lzq4pfsm5pn932p948d1z55yqc7kkm1ifjxjchb3k8lr66fh"; 11 + sha256 = "1bxryacmas2llj68m2dv8dr1vwx8f5k2i2azh69jajkpqx7i4wdq"; 12 12 }; 13 13 14 14 buildInputs =