summary refs log tree commit diff
diff options
context:
space:
mode:
authorCharlotte Van Petegem <charlotte@vanpetegem.me>2021-10-17 11:34:42 +0200
committerPeter Hoeg <peter@hoeg.com>2021-10-21 10:14:45 +0800
commit34ad3ffe08adfca17fcb4e4a47bb5f3b113687be (patch)
tree3520cc18c75dd78aee1d8509999a7237de0075ab
parentb946e1b666c8ca9d81975883d226fa59295bc8bc (diff)
downloadnixpkgs-34ad3ffe08adfca17fcb4e4a47bb5f3b113687be.tar
nixpkgs-34ad3ffe08adfca17fcb4e4a47bb5f3b113687be.tar.gz
nixpkgs-34ad3ffe08adfca17fcb4e4a47bb5f3b113687be.tar.bz2
nixpkgs-34ad3ffe08adfca17fcb4e4a47bb5f3b113687be.tar.lz
nixpkgs-34ad3ffe08adfca17fcb4e4a47bb5f3b113687be.tar.xz
nixpkgs-34ad3ffe08adfca17fcb4e4a47bb5f3b113687be.tar.zst
nixpkgs-34ad3ffe08adfca17fcb4e4a47bb5f3b113687be.zip
mu: 1.6.6 -> 1.6.7
-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 4b9efdc24a6..0d94861da29 100644
--- a/pkgs/tools/networking/mu/default.nix
+++ b/pkgs/tools/networking/mu/default.nix
@@ -7,13 +7,13 @@
 
 stdenv.mkDerivation rec {
   pname = "mu";
-  version = "1.6.6";
+  version = "1.6.7";
 
   src = fetchFromGitHub {
     owner  = "djcb";
     repo   = "mu";
     rev    = version;
-    sha256 = "64TfXPz1NCGKnozI9j+yog+hln1rA/qpzCLvPNSvH+c=";
+    sha256 = "bhZrottFT5NX43Iz1wFGYzaUSAgvgkhOwNHX6fjUs7M=";
   };
 
   postPatch = lib.optionalString (batchSize != null) ''