diff --git a/flake.lock b/flake.lock index a6eaa92..e4d5961 100644 --- a/flake.lock +++ b/flake.lock @@ -33,17 +33,17 @@ }, "nixpkgs": { "locked": { - "lastModified": 1623154001, - "narHash": "sha256-KxsIXg5ez5SveGayOKcW+MnofqVuLnwZHE5mZgtRAJo=", + "lastModified": 1628055496, + "narHash": "sha256-nGXzjnY8DONfgraXJWVCyXgfRjuWNNGFEqpc1NpQzBA=", "owner": "nixos", "repo": "nixpkgs", - "rev": "3bc8e5cd23b84b2e149e7aaad57117da16a19e6f", + "rev": "4d3e13e51b6e59b7892874b03072a7c931911e66", "type": "github" }, "original": { "owner": "nixos", "repo": "nixpkgs", - "rev": "3bc8e5cd23b84b2e149e7aaad57117da16a19e6f", + "rev": "4d3e13e51b6e59b7892874b03072a7c931911e66", "type": "github" } }, diff --git a/flake.nix b/flake.nix index 1cebfa9..19fd0a0 100644 --- a/flake.nix +++ b/flake.nix @@ -1,7 +1,7 @@ { description = "Ema project"; inputs = { - nixpkgs.url = "github:nixos/nixpkgs/3bc8e5cd23b84b2e149e7aaad57117da16a19e6f"; + nixpkgs.url = "github:nixos/nixpkgs/4d3e13e51b6e59b7892874b03072a7c931911e66"; flake-utils.url = "github:numtide/flake-utils"; flake-compat = { url = "github:edolstra/flake-compat";