Nix & meson: 0.18.0 -> 0.19.2

This commit is contained in:
Rens Porre
2022-12-21 08:13:29 +01:00
committed by Mihai Fufezan
parent 96cb47fc64
commit de5e784e07
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.18.0beta" + "+date=" + (mkDate (self.lastModifiedDate or "19700101")) + "_" + (self.shortRev or "dirty");
version = "0.19.2beta" + "+date=" + (mkDate (self.lastModifiedDate or "19700101")) + "_" + (self.shortRev or "dirty");
wlroots = wlroots-hyprland;
inherit (inputs) hyprland-protocols;
};