diff --git a/flake.lock b/flake.lock index 8e464d40..8c7ed3ff 100644 --- a/flake.lock +++ b/flake.lock @@ -42,11 +42,11 @@ }, "emacs-overlay": { "locked": { - "lastModified": 1638233471, - "narHash": "sha256-zMYJ+yrYp6b3UYMNk+SWqzfDUJZhT9PAMaumeeBizN4=", + "lastModified": 1638293342, + "narHash": "sha256-h76u8CEgoVtnljI+q+HvuVEg1iSXAgg2JKyLt0uwRTE=", "owner": "nix-community", "repo": "emacs-overlay", - "rev": "3524322df500294558e602bf2e9bf4cd5467bcc4", + "rev": "6961edfe6be910db4f7cf5decfafcb29c89201e2", "type": "github" }, "original": { @@ -92,11 +92,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1638220705, - "narHash": "sha256-HpRLe61ZysTcZcZUB6ZLyBZGQ5e+/NgGKvTE6sDGqaI=", + "lastModified": 1638263381, + "narHash": "sha256-1rZDxTw74ETuJEjwPfpMgY0sfx8Cv1tRNt3gibol574=", "owner": "nixos", "repo": "nixpkgs", - "rev": "33ef578c3d4931c73db0f546d9e84fa2ec1fa65d", + "rev": "7b031d0d99e8cdaf0b70457c0cb33f16c0c958bb", "type": "github" }, "original": { @@ -121,16 +121,16 @@ "flake-utils": "flake-utils" }, "locked": { - "lastModified": 1630860118, - "narHash": "sha256-JwLcC/zRR6ypk4/Ks7plWBvThYoLhURaH2zvjuWVmyA=", + "lastModified": 1638172912, + "narHash": "sha256-jxhQGNEsZTdop/Br3JPS+xmBf6t9cIWRzVZFxbT76Rw=", "owner": "gytis-ivaskevicius", "repo": "flake-utils-plus", - "rev": "813281281363ec45af155c8d2ceb7c5132d4de45", + "rev": "166d6ebd9f0de03afc98060ac92cba9c71cfe550", "type": "github" }, "original": { "owner": "gytis-ivaskevicius", - "ref": "1.3.0", + "ref": "v1.3.1", "repo": "flake-utils-plus", "type": "github" } diff --git a/flake.nix b/flake.nix index 2ce3a798..30e6109d 100644 --- a/flake.nix +++ b/flake.nix @@ -16,7 +16,7 @@ inputs.nixpkgs.follows = "nixpkgs"; }; nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable-small"; - utils.url = "github:gytis-ivaskevicius/flake-utils-plus/1.3.0"; + utils.url = "github:gytis-ivaskevicius/flake-utils-plus/v1.3.1"; }; outputs = inputs@{ self, nixpkgs, accentor, agenix, emacs-overlay, home-manager, utils }: