mu: 1.12.1 -> 1.12.2

authored by R. Ryantm and committed by Peter Hoeg 986bd442 62748bdf

+2 -2
+2 -2
pkgs/tools/networking/mu/default.nix
··· 17 18 stdenv.mkDerivation rec { 19 pname = "mu"; 20 - version = "1.12.1"; 21 22 outputs = [ "out" "mu4e" ]; 23 ··· 25 owner = "djcb"; 26 repo = "mu"; 27 rev = "v${version}"; 28 - hash = "sha256-JnKvMbgkaZ1MO7cZMb2PGZsNMjV1M+dnaDpsBDsT0L4="; 29 }; 30 31 postPatch = ''
··· 17 18 stdenv.mkDerivation rec { 19 pname = "mu"; 20 + version = "1.12.2"; 21 22 outputs = [ "out" "mu4e" ]; 23 ··· 25 owner = "djcb"; 26 repo = "mu"; 27 rev = "v${version}"; 28 + hash = "sha256-ab5nTB7mp9zB53JsPS2aPhbnW4O+56+cWunqTVENMPA="; 29 }; 30 31 postPatch = ''