nix & meson: 0.6.2 -> 0.7.0
Some checks failed
Build Hyprland / Build Hyprland (Arch) (push) Has been cancelled
Build Hyprland / Build Hyprland with Meson (Arch) (push) Has been cancelled
Build Hyprland (Nix) / Build Hyprland (Nix) (push) Has been cancelled
Nix: update lockfile / update (push) Has been cancelled

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')