diff options
author | Kai <[email protected]> | 2022-08-02 22:40:37 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2022-08-02 22:40:37 +0200 |
commit | 3fabf1c483f5c0fb16d00ce14b6758fe5a548566 (patch) | |
tree | 0367d550ef461b1965c3ad2ee56723227a5efea3 /flake.nix | |
parent | 02fbb3a41736c4fcb962f60c7992c5370050ac26 (diff) | |
download | Hyprland-3fabf1c483f5c0fb16d00ce14b6758fe5a548566.tar.gz Hyprland-3fabf1c483f5c0fb16d00ce14b6758fe5a548566.zip |
update flake to 0.9.1
and again :D
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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;}; |