Nix: bump nixpkgs

Nix: bump wlroots
This commit is contained in:
Mihai Fufezan 2023-07-24 20:57:44 +03:00 committed by Mihai Fufezan
parent f5913135c6
commit 427321c5ab
4 changed files with 10 additions and 10 deletions

View file

@ -22,11 +22,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1688500189, "lastModified": 1690179384,
"narHash": "sha256-djYYiY4lzJOlXOnTHytH6BUugrxHDZjuGxTSrU4gt4M=", "narHash": "sha256-+arbgqFTAtoeKtepW9wCnA0njCOyoiDFyl0Q0SBSOtE=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "78419edadf0fabbe5618643bd850b2f2198ed060", "rev": "b12803b6d90e2e583429bb79b859ca53c348b39a",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -48,18 +48,18 @@
"flake": false, "flake": false,
"locked": { "locked": {
"host": "gitlab.freedesktop.org", "host": "gitlab.freedesktop.org",
"lastModified": 1689611045, "lastModified": 1690165843,
"narHash": "sha256-3RTOlQabkNetQ4O4UzSf57JPco9VGVHhSU1ls5uKBeE=", "narHash": "sha256-gv5kjss6REeQG0BmvK2gTx7jHLRdCnP25po6It6I6N8=",
"owner": "wlroots", "owner": "wlroots",
"repo": "wlroots", "repo": "wlroots",
"rev": "7791ffe0584c4ac13c170e1661ce33bdbd4a9b9e", "rev": "e8d545a9770a2473db32e0a0bfa757b05d2af4f3",
"type": "gitlab" "type": "gitlab"
}, },
"original": { "original": {
"host": "gitlab.freedesktop.org", "host": "gitlab.freedesktop.org",
"owner": "wlroots", "owner": "wlroots",
"repo": "wlroots", "repo": "wlroots",
"rev": "7791ffe0584c4ac13c170e1661ce33bdbd4a9b9e", "rev": "e8d545a9770a2473db32e0a0bfa757b05d2af4f3",
"type": "gitlab" "type": "gitlab"
} }
}, },

View file

@ -9,7 +9,7 @@
host = "gitlab.freedesktop.org"; host = "gitlab.freedesktop.org";
owner = "wlroots"; owner = "wlroots";
repo = "wlroots"; repo = "wlroots";
rev = "7791ffe0584c4ac13c170e1661ce33bdbd4a9b9e"; rev = "e8d545a9770a2473db32e0a0bfa757b05d2af4f3";
flake = false; flake = false;
}; };

View file

@ -58,7 +58,7 @@ in {
''; '';
postFixup = '' postFixup = ''
wrapProgram $out/bin/waybar \ wrapProgram $out/bin/waybar \
--suffix PATH : ${lib.makeBinPath [ final.hyprland ]} --suffix PATH : ${lib.makeBinPath [final.hyprland]}
''; '';
mesonFlags = old.mesonFlags ++ ["-Dexperimental=true"]; mesonFlags = old.mesonFlags ++ ["-Dexperimental=true"];
}); });

View file

@ -1,7 +1,7 @@
[wrap-git] [wrap-git]
directory = wlroots directory = wlroots
url = https://gitlab.freedesktop.org/wlroots/wlroots.git url = https://gitlab.freedesktop.org/wlroots/wlroots.git
revision = 7791ffe0584c4ac13c170e1661ce33bdbd4a9b9e revision = e8d545a9770a2473db32e0a0bfa757b05d2af4f3
depth = 1 depth = 1
diff_files = wlroots-meson-build.patch diff_files = wlroots-meson-build.patch