nix & meson: update version to 0.10.0

This commit is contained in:
Mihai Fufezan 2022-08-09 01:35:05 +03:00
parent aa39653ea1
commit 2d33d4aebc
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.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;};