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;};