fix: wlroots version (#341)

This commit is contained in:
eri 2024-08-14 06:39:06 +02:00 committed by GitHub
parent 4d7ca7d975
commit c861623887
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

6
flake.lock generated
View file

@ -2,11 +2,11 @@
"nodes": { "nodes": {
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1715037484, "lastModified": 1722415718,
"narHash": "sha256-OUt8xQFmBU96Hmm4T9tOWTu4oCswCzoVl+pxSq/kiFc=", "narHash": "sha256-5US0/pgxbMksF92k1+eOa8arJTJiPvsdZj9Dl+vJkM4=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "ad7efee13e0d216bf29992311536fce1d3eefbef", "rev": "c3392ad349a5227f4a3464dce87bcc5046692fce",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -14,7 +14,7 @@
let let
mkPackage = pkgs: { mkPackage = pkgs: {
swayfx-unwrapped = swayfx-unwrapped =
(pkgs.swayfx-unwrapped.override { wlroots = pkgs.wlroots_0_17; }).overrideAttrs pkgs.swayfx-unwrapped.overrideAttrs
(old: { (old: {
version = "0.4.0-git"; version = "0.4.0-git";
src = pkgs.lib.cleanSource ./.; src = pkgs.lib.cleanSource ./.;