aboutsummaryrefslogtreecommitdiffhomepage
path: root/flake.nix
diff options
context:
space:
mode:
authorMihai Fufezan <[email protected]>2022-10-31 12:41:31 +0200
committerMihai Fufezan <[email protected]>2022-10-31 12:41:31 +0200
commitb6e33830af1a89a2cfbef446de1fc37e8a2b40e3 (patch)
tree395bd68319febc3d35831474113556dea1de66aa /flake.nix
parent2c67c1c4f80f2a1312dfec4624b570cf57058063 (diff)
downloadHyprland-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.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index da71b374..14f47a8c 100644
--- a/flake.nix
+++ b/flake.nix
@@ -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;};