aboutsummaryrefslogtreecommitdiffhomepage
path: root/flake.nix
diff options
context:
space:
mode:
authorMihai Fufezan <[email protected]>2022-10-18 01:16:44 +0300
committerMihai Fufezan <[email protected]>2022-10-18 01:16:44 +0300
commit48634d7e4a887fb1e9834a56355f4fe8b20fcc88 (patch)
treeefa15023de97847fdc65dac6443ff0cf845e4d22 /flake.nix
parentecf0cdaba4f8da4922bbf8c2cc607b9f5e9ae3b6 (diff)
downloadHyprland-48634d7e4a887fb1e9834a56355f4fe8b20fcc88.tar.gz
Hyprland-48634d7e4a887fb1e9834a56355f4fe8b20fcc88.zip
Nix & meson: 0.15.3 -> 0.16.0
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 aa53719d..67c18b52 100644
--- a/flake.nix
+++ b/flake.nix
@@ -34,7 +34,7 @@
};
hyprland = prev.callPackage ./nix/default.nix {
stdenv = prev.gcc12Stdenv;
- version = "0.15.3beta" + "+date=" + (mkDate (self.lastModifiedDate or "19700101")) + "_" + (self.shortRev or "dirty");
+ version = "0.16.0beta" + "+date=" + (mkDate (self.lastModifiedDate or "19700101")) + "_" + (self.shortRev or "dirty");
wlroots = wlroots-hyprland;
};
hyprland-debug = hyprland.override {debug = true;};