nix & meson: 0.6.2 -> 0.7.0

This commit is contained in:
Mihai Fufezan
2022-07-12 20:12:59 +03:00
parent ad03360665
commit f9985a36b3
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;};