From 3fabf1c483f5c0fb16d00ce14b6758fe5a548566 Mon Sep 17 00:00:00 2001 From: Kai Date: Tue, 2 Aug 2022 22:40:37 +0200 Subject: [PATCH] update flake to 0.9.1 and again :D --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;};