flake & meson: 0.7.0 -> 0.8.1

nix: add legacyRenderer option
This commit is contained in:
Mihai Fufezan 2022-07-27 14:57:27 +03:00
parent 427bc35b6b
commit b2627c05c4
No known key found for this signature in database
GPG key ID: 5899325F2F120900
3 changed files with 9 additions and 5 deletions

View file

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