[gha] bump flake and meson version

This commit is contained in:
fufexan 2022-06-24 16:45:11 +00:00 committed by github-actions[bot]
parent c78b811b49
commit 94e8234ac9
2 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@
src = inputs.wlroots;
});
hyprland = prev.callPackage ./nix/default.nix {
version = "0.5.0beta" + "+date=" + (mkDate (self.lastModifiedDate or "19700101"));
version = "" + "+date=" + (mkDate (self.lastModifiedDate or "19700101"));
wlroots = wlroots-hyprland;
};
};

View File

@ -1,5 +1,5 @@
project('Hyprland', 'cpp', 'c',
version : '0.5.0beta',
version : '',
default_options : ['warning_level=3', 'cpp_std=c++20', 'default_library=static'])
wlroots = subproject('wlroots', default_options: ['examples=false'])