diff options
author | eri <[email protected]> | 2024-08-14 06:39:06 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2024-08-14 00:39:06 -0400 |
commit | c861623887ca88fdbf4752a3623f4b5b146b1995 (patch) | |
tree | a35bcbd7849b64bd9d3dd49fd364359a9d214675 | |
parent | 4d7ca7d975fb6d8ccae9830765986d5812fd011d (diff) |
fix: wlroots version (#341)
-rw-r--r-- | flake.lock | 6 | ||||
-rw-r--r-- | flake.nix | 2 |
2 files changed, 4 insertions, 4 deletions
@@ -2,11 +2,11 @@ "nodes": { "nixpkgs": { "locked": { - "lastModified": 1715037484, - "narHash": "sha256-OUt8xQFmBU96Hmm4T9tOWTu4oCswCzoVl+pxSq/kiFc=", + "lastModified": 1722415718, + "narHash": "sha256-5US0/pgxbMksF92k1+eOa8arJTJiPvsdZj9Dl+vJkM4=", "owner": "nixos", "repo": "nixpkgs", - "rev": "ad7efee13e0d216bf29992311536fce1d3eefbef", + "rev": "c3392ad349a5227f4a3464dce87bcc5046692fce", "type": "github" }, "original": { @@ -14,7 +14,7 @@ let mkPackage = pkgs: { swayfx-unwrapped = - (pkgs.swayfx-unwrapped.override { wlroots = pkgs.wlroots_0_17; }).overrideAttrs + pkgs.swayfx-unwrapped.overrideAttrs (old: { version = "0.4.0-git"; src = pkgs.lib.cleanSource ./.; |