Nix & meson: bump to 0.14.0

This commit is contained in:
Mihai Fufezan 2022-09-22 19:59:38 +03:00
parent c08218301b
commit db551b8970
No known key found for this signature in database
GPG key ID: 5899325F2F120900
2 changed files with 2 additions and 2 deletions

View file

@ -58,7 +58,7 @@
};
hyprland = prev.callPackage ./nix/default.nix {
stdenv = prev.gcc12Stdenv;
version = "0.12.1beta" + "+date=" + (mkDate (self.lastModifiedDate or "19700101")) + "_" + (self.shortRev or "dirty");
version = "0.14.0beta" + "+date=" + (mkDate (self.lastModifiedDate or "19700101")) + "_" + (self.shortRev or "dirty");
wlroots = wlroots-hyprland;
};
hyprland-debug = hyprland.override {debug = true;};