mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-22 23:06:00 +01:00
flake, meson: manually update version
version update workflow: temporarily disable running on push
This commit is contained in:
parent
94e8234ac9
commit
e95e01416e
3 changed files with 3 additions and 3 deletions
2
.github/workflows/nix-meson-ver-update.yaml
vendored
2
.github/workflows/nix-meson-ver-update.yaml
vendored
|
@ -1,6 +1,6 @@
|
|||
name: "Nix & Meson: update version"
|
||||
|
||||
on: [push, workflow_dispatch]
|
||||
on: [workflow_dispatch]
|
||||
|
||||
jobs:
|
||||
update:
|
||||
|
|
|
@ -32,7 +32,7 @@
|
|||
src = inputs.wlroots;
|
||||
});
|
||||
hyprland = prev.callPackage ./nix/default.nix {
|
||||
version = "" + "+date=" + (mkDate (self.lastModifiedDate or "19700101"));
|
||||
version = "0.6.0beta" + "+date=" + (mkDate (self.lastModifiedDate or "19700101"));
|
||||
wlroots = wlroots-hyprland;
|
||||
};
|
||||
};
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
project('Hyprland', 'cpp', 'c',
|
||||
version : '',
|
||||
version : '0.6.0beta',
|
||||
default_options : ['warning_level=3', 'cpp_std=c++20', 'default_library=static'])
|
||||
|
||||
wlroots = subproject('wlroots', default_options: ['examples=false'])
|
||||
|
|
Loading…
Reference in a new issue