Nix & meson: 0.19.2 -> 0.20.0

This commit is contained in:
Mihai Fufezan
2023-01-06 01:24:47 +02:00
parent c02ac5e08a
commit e9a6c3b498
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.19.2beta" + "+date=" + (mkDate (self.lastModifiedDate or "19700101")) + "_" + (self.shortRev or "dirty");
version = "0.20.0beta" + "+date=" + (mkDate (self.lastModifiedDate or "19700101")) + "_" + (self.shortRev or "dirty");
wlroots = wlroots-hyprland;
inherit (inputs) hyprland-protocols;
};