diff --git a/flake.lock b/flake.lock index 0acf39b..5ecc20e 100644 --- a/flake.lock +++ b/flake.lock @@ -28,16 +28,17 @@ ] }, "locked": { - "lastModified": 1662220400, - "narHash": "sha256-9o2OGQqu4xyLZP9K6kNe1pTHnyPz0Wr3raGYnr9AIgY=", - "owner": "nmattia", + "lastModified": 1659610603, + "narHash": "sha256-LYgASYSPYo7O71WfeUOaEUzYfzuXm8c8eavJcel+pfI=", + "owner": "nix-community", "repo": "naersk", - "rev": "6944160c19cb591eb85bbf9b2f2768a935623ed3", + "rev": "c6a45e4277fa58abd524681466d3450f896dc094", "type": "github" }, "original": { - "owner": "nmattia", + "owner": "nix-community", "repo": "naersk", + "rev": "c6a45e4277fa58abd524681466d3450f896dc094", "type": "github" } }, diff --git a/flake.nix b/flake.nix index 181517b..ce063ee 100644 --- a/flake.nix +++ b/flake.nix @@ -1,7 +1,7 @@ { inputs = { utils.url = "github:numtide/flake-utils"; - naersk.url = "github:nmattia/naersk"; + naersk.url = "github:nix-community/naersk/c6a45e4277fa58abd524681466d3450f896dc094"; naersk.inputs.nixpkgs.follows = "nixpkgs"; fenix.url = "github:nix-community/fenix"; fenix.inputs.nixpkgs.follows = "nixpkgs";