aboutsummaryrefslogtreecommitdiffhomepage
path: root/flake.nix
diff options
context:
space:
mode:
authorfufexan <[email protected]>2022-06-24 16:45:11 +0000
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2022-06-24 16:45:11 +0000
commit94e8234ac92168ffb68a853e11220bff3364d5b5 (patch)
treec06b984330574bc519ad38b52df35dd8c902c63a /flake.nix
parentc78b811b49895b713fbfcbe74f8c446f6ef40ca4 (diff)
downloadHyprland-94e8234ac92168ffb68a853e11220bff3364d5b5.tar.gz
Hyprland-94e8234ac92168ffb68a853e11220bff3364d5b5.zip
[gha] bump flake and meson version
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 882569a8..cd3e81f7 100644
--- a/flake.nix
+++ b/flake.nix
@@ -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;
};
};