diff --git a/flake.lock b/flake.lock index 5610ad0e..20fbcc6d 100644 --- a/flake.lock +++ b/flake.lock @@ -122,16 +122,15 @@ "flake-utils": "flake-utils" }, "locked": { - "lastModified": 1638172912, - "narHash": "sha256-jxhQGNEsZTdop/Br3JPS+xmBf6t9cIWRzVZFxbT76Rw=", + "lastModified": 1639385028, + "narHash": "sha256-oqorKz3mwf7UuDJwlbCEYCB2LfcWLL0DkeCWhRIL820=", "owner": "gytis-ivaskevicius", "repo": "flake-utils-plus", - "rev": "166d6ebd9f0de03afc98060ac92cba9c71cfe550", + "rev": "be1be083af014720c14f3b574f57b6173b4915d0", "type": "github" }, "original": { "owner": "gytis-ivaskevicius", - "ref": "v1.3.1", "repo": "flake-utils-plus", "type": "github" } diff --git a/flake.nix b/flake.nix index f21204f6..96e68abc 100644 --- a/flake.nix +++ b/flake.nix @@ -16,7 +16,7 @@ inputs.nixpkgs.follows = "nixpkgs"; }; nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable"; - utils.url = "github:gytis-ivaskevicius/flake-utils-plus/v1.3.1"; + utils.url = "github:gytis-ivaskevicius/flake-utils-plus"; zeroad = { url = "github:chvp/0ad-flake"; inputs.nixpkgs.follows = "nixpkgs";