diff --git a/flake.lock b/flake.lock index 5950b6a..4a9e66d 100644 --- a/flake.lock +++ b/flake.lock @@ -28,11 +28,11 @@ "systems": "systems" }, "locked": { - "lastModified": 1710146030, - "narHash": "sha256-SZ5L6eA7HJ/nmkzGG7/ISclqe6oZdOZTNoesiInkXPQ=", + "lastModified": 1731533236, + "narHash": "sha256-l0KFg5HjrsfsO/JpG+r7fRrqm12kzFHyUHqHCVpMMbI=", "owner": "numtide", "repo": "flake-utils", - "rev": "b1d9ab70662946ef0850d488da1c9019f3a9752a", + "rev": "11707dc2f618dd54ca8739b309ec4fc024de578b", "type": "github" }, "original": { @@ -43,16 +43,16 @@ }, "nixpkgs": { "locked": { - "lastModified": 1718437845, - "narHash": "sha256-ZT7Oc1g4I4pHVGGjQFnewFVDRLH5cIZhEzODLz9YXeY=", + "lastModified": 1735264675, + "narHash": "sha256-MgdXpeX2GuJbtlBrH9EdsUeWl/yXEubyvxM1G+yO4Ak=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "752c634c09ceb50c45e751f8791cb45cb3d46c9e", + "rev": "d49da4c08359e3c39c4e27c74ac7ac9b70085966", "type": "github" }, "original": { "owner": "NixOS", - "ref": "nixos-24.05", + "ref": "nixos-24.11", "repo": "nixpkgs", "type": "github" } @@ -90,11 +90,11 @@ ] }, "locked": { - "lastModified": 1718446994, - "narHash": "sha256-Zx/baa2nJUAh9s9yi3CjWPpVzIxNuZ8FtjjpZJ14HtY=", + "lastModified": 1718622098, + "narHash": "sha256-QBLcRJPxzlTejTt/L6p/qlsaZHcKNeqv2tLl4Rw9BEI=", "ref": "refs/heads/master", - "rev": "3d33b141d2467c5e6d89eeeee73c35da2ee31a99", - "revCount": 146, + "rev": "1c0cd6d4f13454f0c72148b4c4a1c1e3b728205e", + "revCount": 148, "submodules": true, "type": "git", "url": "https://github.com/talex5/wayland-proxy-virtwl.git" diff --git a/flake.nix b/flake.nix index e733e2f..1b04ed2 100644 --- a/flake.nix +++ b/flake.nix @@ -1,6 +1,6 @@ { inputs = { - nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.05"; + nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.11"; flake-utils.url = "github:numtide/flake-utils"; wayland-proxy-virtwl = { url = "git+https://github.com/talex5/wayland-proxy-virtwl.git?submodules=1";