mu: 1.6.1 -> 1.6.2

authored by Charlotte Van Petegem and committed by Jonathan Ringer 7844ff7a 4a8b3002

+2 -2
+2 -2
pkgs/tools/networking/mu/default.nix
··· 7 8 stdenv.mkDerivation rec { 9 pname = "mu"; 10 - version = "1.6.1"; 11 12 src = fetchFromGitHub { 13 owner = "djcb"; 14 repo = "mu"; 15 rev = version; 16 - sha256 = "7mSP1F2RxW0CEDRWbMzDRfoehrr24b11sCLM2gQFjuI="; 17 }; 18 19 postPatch = lib.optionalString (batchSize != null) ''
··· 7 8 stdenv.mkDerivation rec { 9 pname = "mu"; 10 + version = "1.6.2"; 11 12 src = fetchFromGitHub { 13 owner = "djcb"; 14 repo = "mu"; 15 rev = version; 16 + sha256 = "EYERtDYIf0aw9nMLFZPGZ5s1i+erSq9H3tP29KwCAgQ="; 17 }; 18 19 postPatch = lib.optionalString (batchSize != null) ''