summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreri <[email protected]>2024-08-14 06:39:06 +0200
committerGitHub <[email protected]>2024-08-14 00:39:06 -0400
commitc861623887ca88fdbf4752a3623f4b5b146b1995 (patch)
treea35bcbd7849b64bd9d3dd49fd364359a9d214675
parent4d7ca7d975fb6d8ccae9830765986d5812fd011d (diff)
fix: wlroots version (#341)
-rw-r--r--flake.lock6
-rw-r--r--flake.nix2
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 ./.;