diff --git a/flake.lock b/flake.lock index f1632b3..f45a5ae 100644 --- a/flake.lock +++ b/flake.lock @@ -662,15 +662,15 @@ ] }, "locked": { - "lastModified": 1735182763, - "narHash": "sha256-S2zkij+fcLpWOM3IfyThOoypBVe1c0pWW2w9cRBdFio=", - "owner": "marienz", + "lastModified": 1735443188, + "narHash": "sha256-AydPpRBh8+NOkrLylG7vTsHrGO2b5L7XkMEL5HlzcA8=", + "owner": "nix-community", "repo": "nix-index-database", - "rev": "0a961f691c4da1e7edc0c23afd6e8d6765499ce0", + "rev": "55ab1e1df5daf2476e6b826b69a82862dcbd7544", "type": "github" }, "original": { - "owner": "marienz", + "owner": "nix-community", "repo": "nix-index-database", "type": "github" } diff --git a/flake.nix b/flake.nix index 343e92c..5ddd45f 100755 --- a/flake.nix +++ b/flake.nix @@ -82,7 +82,7 @@ }; nix-index-database = { - url = "github:marienz/nix-index-database"; + url = "github:nix-community/nix-index-database"; inputs.nixpkgs.follows = "nixpkgs"; };