summary refs log tree commit diff
diff options
context:
space:
mode:
authorCharlotte Van Petegem <charlotte.vanpetegem@ugent.be>2023-08-31 07:40:58 +0200
committerCharlotte Van Petegem <charlotte.vanpetegem@ugent.be>2023-08-31 07:41:17 +0200
commita86b37a5695bc385ae52b97e9b152b49066435a7 (patch)
tree3fac3ffc6e91d909b9904856193b80bfaf9dfd99
parente6eee3ee22cb70d9ce558a04712aa5b633fcf5fb (diff)
downloadnixpkgs-a86b37a5695bc385ae52b97e9b152b49066435a7.tar
nixpkgs-a86b37a5695bc385ae52b97e9b152b49066435a7.tar.gz
nixpkgs-a86b37a5695bc385ae52b97e9b152b49066435a7.tar.bz2
nixpkgs-a86b37a5695bc385ae52b97e9b152b49066435a7.tar.lz
nixpkgs-a86b37a5695bc385ae52b97e9b152b49066435a7.tar.xz
nixpkgs-a86b37a5695bc385ae52b97e9b152b49066435a7.tar.zst
nixpkgs-a86b37a5695bc385ae52b97e9b152b49066435a7.zip
mu: 1.10.6 -> 1.10.7
https://github.com/djcb/mu/releases/tag/v1.10.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 4ed161ba355..06083f8e0fa 100644
--- a/pkgs/tools/networking/mu/default.nix
+++ b/pkgs/tools/networking/mu/default.nix
@@ -14,13 +14,13 @@
 
 stdenv.mkDerivation rec {
   pname = "mu";
-  version = "1.10.6";
+  version = "1.10.7";
 
   src = fetchFromGitHub {
     owner = "djcb";
     repo = "mu";
     rev = "v${version}";
-    hash = "sha256-AGHPczGh4z0bla034FGSTmaRgMIfBNYFBUPevJ9LHqI=";
+    hash = "sha256-x1TsyTOK5U6/Y3QInm+XQ7T32X49iwa+4UnaHdiyqCI=";
   };
 
   postPatch = ''