Update dependencies

This commit is contained in:
Charlotte Van Petegem 2023-08-09 09:38:03 +02:00
parent 0fb29db1ae
commit 646c2f6e6f
No known key found for this signature in database
GPG key ID: 019E764B7184435A
2 changed files with 15 additions and 35 deletions

View file

@ -1,20 +0,0 @@
diff --git a/pkgs/tools/networking/mu/default.nix b/pkgs/tools/networking/mu/default.nix
index 103e1313e88a3..3259373c8603c 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.5";
+ version = "1.10.6";
src = fetchFromGitHub {
owner = "djcb";
repo = "mu";
rev = "v${version}";
- hash = "sha256-ha3ckyRNzWF52unY6Pw2M6qeUdC68SGHFvzJ8Jbk2fY=";
+ hash = "sha256-AGHPczGh4z0bla034FGSTmaRgMIfBNYFBUPevJ9LHqI=";
};
postPatch = ''