From c861623887ca88fdbf4752a3623f4b5b146b1995 Mon Sep 17 00:00:00 2001 From: eri Date: Wed, 14 Aug 2024 06:39:06 +0200 Subject: [PATCH] fix: wlroots version (#341) --- flake.lock | 6 +++--- flake.nix | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/flake.lock b/flake.lock index 916448de..375db84a 100644 --- a/flake.lock +++ b/flake.lock @@ -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": { diff --git a/flake.nix b/flake.nix index ab9a3871..7801e09c 100644 --- a/flake.nix +++ b/flake.nix @@ -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 ./.;