nix & meson: 0.6.2 -> 0.7.0

This commit is contained in:
Mihai Fufezan 2022-07-12 20:12:59 +03:00
parent ad03360665
commit f9985a36b3
No known key found for this signature in database
GPG Key ID: 5899325F2F120900
2 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@
});
hyprland = prev.callPackage ./nix/default.nix {
stdenv = prev.gcc12Stdenv;
version = "0.6.2beta" + "+date=" + (mkDate (self.lastModifiedDate or "19700101"));
version = "0.7.0beta" + "+date=" + (mkDate (self.lastModifiedDate or "19700101"));
wlroots = wlroots-hyprland;
};
hyprland-debug = hyprland.override {debug = true;};

View File

@ -1,5 +1,5 @@
project('Hyprland', 'cpp', 'c',
version : '0.6.2beta',
version : '0.7.0beta',
default_options : ['warning_level=2', 'default_library=static', 'optimization=3'])
add_global_arguments('-std=c++23', language: 'cpp')