diff options
author | Mihai Fufezan <[email protected]> | 2022-10-31 12:41:31 +0200 |
---|---|---|
committer | Mihai Fufezan <[email protected]> | 2022-10-31 12:41:31 +0200 |
commit | b6e33830af1a89a2cfbef446de1fc37e8a2b40e3 (patch) | |
tree | 395bd68319febc3d35831474113556dea1de66aa /flake.nix | |
parent | 2c67c1c4f80f2a1312dfec4624b570cf57058063 (diff) | |
download | Hyprland-b6e33830af1a89a2cfbef446de1fc37e8a2b40e3.tar.gz Hyprland-b6e33830af1a89a2cfbef446de1fc37e8a2b40e3.zip |
Nix & meson: 0.16.0 -> 0.17.0
Nix: make xwayland dependencies optional
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -47,7 +47,7 @@ }; hyprland = prev.callPackage ./nix/default.nix { stdenv = prev.gcc12Stdenv; - version = "0.16.0beta" + "+date=" + (mkDate (self.lastModifiedDate or "19700101")) + "_" + (self.shortRev or "dirty"); + version = "0.17.0beta" + "+date=" + (mkDate (self.lastModifiedDate or "19700101")) + "_" + (self.shortRev or "dirty"); wlroots = wlroots-hyprland; }; hyprland-debug = hyprland.override {debug = true;}; |