update flake.nix to version 0.9.0beta (#451)

This commit is contained in:
Kai 2022-07-31 21:44:51 +02:00 committed by GitHub
parent d44adb1bea
commit 9ac00fe52b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,7 +33,7 @@
});
hyprland = prev.callPackage ./nix/default.nix {
stdenv = prev.gcc12Stdenv;
version = "0.8.1beta" + "+date=" + (mkDate (self.lastModifiedDate or "19700101"));
version = "0.9.0beta" + "+date=" + (mkDate (self.lastModifiedDate or "19700101"));
wlroots = wlroots-hyprland;
};
hyprland-debug = hyprland.override {debug = true;};