aboutsummaryrefslogtreecommitdiffhomepage
path: root/flake.nix
diff options
context:
space:
mode:
authorKai <[email protected]>2022-08-02 22:40:37 +0200
committerGitHub <[email protected]>2022-08-02 22:40:37 +0200
commit3fabf1c483f5c0fb16d00ce14b6758fe5a548566 (patch)
tree0367d550ef461b1965c3ad2ee56723227a5efea3 /flake.nix
parent02fbb3a41736c4fcb962f60c7992c5370050ac26 (diff)
downloadHyprland-3fabf1c483f5c0fb16d00ce14b6758fe5a548566.tar.gz
Hyprland-3fabf1c483f5c0fb16d00ce14b6758fe5a548566.zip
update flake to 0.9.1
and again :D
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 cce52d79..4cb7c64e 100644
--- a/flake.nix
+++ b/flake.nix
@@ -33,7 +33,7 @@
});
hyprland = prev.callPackage ./nix/default.nix {
stdenv = prev.gcc12Stdenv;
- version = "0.9.0beta" + "+date=" + (mkDate (self.lastModifiedDate or "19700101"));
+ version = "0.9.1beta" + "+date=" + (mkDate (self.lastModifiedDate or "19700101"));
wlroots = wlroots-hyprland;
};
hyprland-debug = hyprland.override {debug = true;};