about summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2020-04-30 23:35:41 -0500
committerGitHub <noreply@github.com>2020-04-30 23:35:41 -0500
commitf0c66e1a3ed13780ca3efb9da510499e8e1f5a4c (patch)
treefd3b58257edac73cd22a8612d4a8929e14796165 /pkgs/tools
parentb117f6a4faea3b49ed512c7cc3b16c6689ca0695 (diff)
parent7b8408fd4b634cc81111ca3b04059c51f15b10e8 (diff)
downloadnixlib-f0c66e1a3ed13780ca3efb9da510499e8e1f5a4c.tar
nixlib-f0c66e1a3ed13780ca3efb9da510499e8e1f5a4c.tar.gz
nixlib-f0c66e1a3ed13780ca3efb9da510499e8e1f5a4c.tar.bz2
nixlib-f0c66e1a3ed13780ca3efb9da510499e8e1f5a4c.tar.lz
nixlib-f0c66e1a3ed13780ca3efb9da510499e8e1f5a4c.tar.xz
nixlib-f0c66e1a3ed13780ca3efb9da510499e8e1f5a4c.tar.zst
nixlib-f0c66e1a3ed13780ca3efb9da510499e8e1f5a4c.zip
Merge pull request #86298 from magnetophon/mu
mu: 1.4.1 -> 1.4.3
Diffstat (limited to 'pkgs/tools')
-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 aa1e004d1afc..c103637c6858 100644
--- a/pkgs/tools/networking/mu/default.nix
+++ b/pkgs/tools/networking/mu/default.nix
@@ -5,13 +5,13 @@
 
 stdenv.mkDerivation rec {
   pname = "mu";
-  version = "1.4.1";
+  version = "1.4.3";
 
   src = fetchFromGitHub {
     owner  = "djcb";
     repo   = "mu";
     rev    = version;
-    sha256 = "0q2ik7fj5k9i76js4ijyxbgrwqff437lass0sd5if2r40rqh0as0";
+    sha256 = "1i9chd8ks1q4g5pyscsir6pw4kahkx3k8ckzbi8j3gr6jz1qzzsg";
   };
 
   buildInputs = [