diff options
author | Mihai Fufezan <[email protected]> | 2022-08-09 01:35:05 +0300 |
---|---|---|
committer | Mihai Fufezan <[email protected]> | 2022-08-09 01:35:05 +0300 |
commit | 2d33d4aebc535f17765fae27a998e5e1b4c3ca9c (patch) | |
tree | 20f312dc1e9d99dc19d19afc9e18c5a4ffdd57ae /flake.nix | |
parent | aa39653ea1c989ab5ced8e3e3540a8c993d12413 (diff) | |
download | Hyprland-2d33d4aebc535f17765fae27a998e5e1b4c3ca9c.tar.gz Hyprland-2d33d4aebc535f17765fae27a998e5e1b4c3ca9c.zip |
nix & meson: update version to 0.10.0
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -33,7 +33,7 @@ }); hyprland = prev.callPackage ./nix/default.nix { stdenv = prev.gcc12Stdenv; - version = "0.9.1beta" + "+date=" + (mkDate (self.lastModifiedDate or "19700101")); + version = "0.10.0beta" + "+date=" + (mkDate (self.lastModifiedDate or "19700101")); wlroots = wlroots-hyprland; }; hyprland-debug = hyprland.override {debug = true;}; |