summaryrefslogtreecommitdiffstats
path: root/pkgs
diff options
context:
space:
mode:
authorEllie Hermaszewska <git@monoid.al>2021-11-13 20:41:09 +0800
committerGitHub <noreply@github.com>2021-11-13 20:41:09 +0800
commita9b3a7d7400e2bc09f836ae6d626631c7d2bb30b (patch)
tree2252f6b99bd9aae37f71cd941b5eed3c5f6168d7 /pkgs
parent594fa6aea6019fab70647c84b502d3cf8361c5ee (diff)
parenta5c670a45fe6c66da6a1c4779dc8312a61ad01ad (diff)
Merge pull request #145739 from chvp/bump-mu
Diffstat (limited to 'pkgs')
-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 b94cc498fa09..47d0dffda007 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.9";
+ version = "1.6.10";
src = fetchFromGitHub {
owner = "djcb";
repo = "mu";
rev = version;
- sha256 = "RoSj283fcllEbirZOScKRU4BKLoxgatDdL1qYZu+LEI=";
+ sha256 = "1uJB8QdR0JgWlogb1cdUicz+LLtYQpAvYJjwcRjXt+E=";
};
postPatch = lib.optionalString (batchSize != null) ''