diff options
author | fufexan <[email protected]> | 2022-06-24 16:45:11 +0000 |
---|---|---|
committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2022-06-24 16:45:11 +0000 |
commit | 94e8234ac92168ffb68a853e11220bff3364d5b5 (patch) | |
tree | c06b984330574bc519ad38b52df35dd8c902c63a /flake.nix | |
parent | c78b811b49895b713fbfcbe74f8c446f6ef40ca4 (diff) | |
download | Hyprland-94e8234ac92168ffb68a853e11220bff3364d5b5.tar.gz Hyprland-94e8234ac92168ffb68a853e11220bff3364d5b5.zip |
[gha] bump flake and meson version
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -32,7 +32,7 @@ src = inputs.wlroots; }); hyprland = prev.callPackage ./nix/default.nix { - version = "0.5.0beta" + "+date=" + (mkDate (self.lastModifiedDate or "19700101")); + version = "" + "+date=" + (mkDate (self.lastModifiedDate or "19700101")); wlroots = wlroots-hyprland; }; }; |