Nix & meson: 0.19.2 -> 0.20.0

This commit is contained in:
Mihai Fufezan 2023-01-06 01:24:47 +02:00
parent c02ac5e08a
commit e9a6c3b498
No known key found for this signature in database
GPG key ID: 5899325F2F120900
2 changed files with 2 additions and 2 deletions

View file

@ -46,7 +46,7 @@
};
hyprland = prev.callPackage ./nix/default.nix {
stdenv = prev.gcc12Stdenv;
version = "0.19.2beta" + "+date=" + (mkDate (self.lastModifiedDate or "19700101")) + "_" + (self.shortRev or "dirty");
version = "0.20.0beta" + "+date=" + (mkDate (self.lastModifiedDate or "19700101")) + "_" + (self.shortRev or "dirty");
wlroots = wlroots-hyprland;
inherit (inputs) hyprland-protocols;
};

View file

@ -1,5 +1,5 @@
project('Hyprland', 'cpp', 'c',
version : '0.19.2beta',
version : '0.20.0beta',
default_options : [
'warning_level=2',
'default_library=static',