workflows: add meson version updater and update versions

This commit is contained in:
Mihai Fufezan
2022-06-18 01:26:46 +03:00
parent 8bd7234d72
commit 593f24a2ec
3 changed files with 28 additions and 2 deletions

View File

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