From: Vincent Bernat Date: Fri, 5 Aug 2022 10:38:29 +0000 (+0200) Subject: build: update flake.lock X-Git-Tag: 1.0.15~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=31c49c1593bf2ca436fd96cdd7b71694551b48a3;p=thirdparty%2Flldpd.git build: update flake.lock --- diff --git a/flake.lock b/flake.lock index 972ca2e8..4bde8dca 100644 --- a/flake.lock +++ b/flake.lock @@ -2,11 +2,11 @@ "nodes": { "flake-utils": { "locked": { - "lastModified": 1642700792, - "narHash": "sha256-XqHrk7hFb+zBvRg6Ghl+AZDq03ov6OshJLiSWOoX5es=", + "lastModified": 1656928814, + "narHash": "sha256-RIFfgBuKz6Hp89yRr7+NR5tzIAbn52h8vT6vXkYjZoM=", "owner": "numtide", "repo": "flake-utils", - "rev": "846b2ae0fc4cc943637d3d1def4454213e203cba", + "rev": "7e2a3b3dfd9af950a856d66b0a7d01e3c18aa249", "type": "github" }, "original": { @@ -17,17 +17,16 @@ }, "nixpkgs": { "locked": { - "lastModified": 1644135594, - "narHash": "sha256-EV+8+YsN0apcVm+rBRc9iY1HzWU1gXqGIXSoYIU8QZU=", - "owner": "nixos", + "lastModified": 1659606041, + "narHash": "sha256-W4/u2ssr3fS4XOtltrsDD9w2kF4jYYZr6JyPGUW2jdI=", + "owner": "NixOS", "repo": "nixpkgs", - "rev": "bb96e481b317c770281c1bfd9e6face9bfe0888f", + "rev": "5f9b871b72b24f066b1a1e189efd0669f2888c49", "type": "github" }, "original": { - "owner": "nixos", - "repo": "nixpkgs", - "type": "github" + "id": "nixpkgs", + "type": "indirect" } }, "root": { diff --git a/flake.nix b/flake.nix index 4ae0fd2d..51633e9d 100644 --- a/flake.nix +++ b/flake.nix @@ -1,6 +1,6 @@ { inputs = { - nixpkgs.url = "github:nixos/nixpkgs"; + nixpkgs.url = "nixpkgs"; flake-utils.url = "github:numtide/flake-utils"; }; outputs = { self, flake-utils, ... }@inputs: