Update dependencies

This commit is contained in:
Charlotte Van Petegem 2021-11-13 16:01:19 +01:00
parent 7ca31525f6
commit d37509d969
No known key found for this signature in database
GPG key ID: 019E764B7184435A
2 changed files with 3 additions and 32 deletions

6
flake.lock generated
View file

@ -92,11 +92,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1636719998,
"narHash": "sha256-iWm7lgzgGd+yK9XX/UR3ztcgcGQht+E56BXXPlBtqsA=",
"lastModified": 1636807505,
"narHash": "sha256-owMJ7+K/8nu3fY8B1wdCl0QaqZLBjdog/6wSxMrnHbA=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "db93862a2c777135e0af3e9c7b0bbcba642c8343",
"rev": "d14a8e372f5c0d8801471a2e5884b196f6d1ae73",
"type": "github"
},
"original": {

View file

@ -1,29 +0,0 @@
From a5c670a45fe6c66da6a1c4779dc8312a61ad01ad Mon Sep 17 00:00:00 2001
From: Charlotte Van Petegem <charlotte@vanpetegem.me>
Date: Sat, 13 Nov 2021 12:21:20 +0100
Subject: [PATCH] mu: 1.6.9 -> 1.6.10
---
pkgs/tools/networking/mu/default.nix | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pkgs/tools/networking/mu/default.nix b/pkgs/tools/networking/mu/default.nix
index b94cc498fa09f..47d0dffda0079 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) ''