diff --git a/flake.lock b/flake.lock index e193061..b71d3bd 100644 --- a/flake.lock +++ b/flake.lock @@ -167,16 +167,16 @@ }, "nixpkgs": { "locked": { - "lastModified": 1669764884, - "narHash": "sha256-1qWR/5+WtqxSedrFbUbM3zPMO7Ec2CGWaxtK4z4DdvY=", + "lastModified": 1670009809, + "narHash": "sha256-yt/dQ32Vz4WenDLu4XeHbnXFxiHbTcnU0WwiLW5Ce6c=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "0244e143dc943bcf661fdaf581f01eb0f5000fcf", + "rev": "660e7737851506374da39c0fa550c202c824a17c", "type": "github" }, "original": { "owner": "NixOS", - "ref": "release-22.05", + "ref": "release-22.11", "repo": "nixpkgs", "type": "github" } diff --git a/flake.nix b/flake.nix index 91c5c44..e27735a 100644 --- a/flake.nix +++ b/flake.nix @@ -2,7 +2,7 @@ description = "bytes.zone infrastructure"; inputs = { - nixpkgs.url = "github:NixOS/nixpkgs/release-22.05"; + nixpkgs.url = "github:NixOS/nixpkgs/release-22.11"; bad-datalog.url = "git+https://git.bytes.zone/brian/bad-datalog.git?ref=main";