mirror of
https://github.com/Lurkki14/tuxclocker.git
synced 2025-02-25 18:55:24 -06:00
1.5.1
This commit is contained in:
parent
edb7a8d19e
commit
3c9787c893
@ -26,8 +26,8 @@ mkDerivation rec {
|
|||||||
fetchSubmodules = true;
|
fetchSubmodules = true;
|
||||||
owner = "Lurkki14";
|
owner = "Lurkki14";
|
||||||
repo = "tuxclocker";
|
repo = "tuxclocker";
|
||||||
rev = "31230172d7d15e763193453657c8f0a9e5938d98";
|
rev = "edb7a8d19e7649f3dc423763811f66165268da48";
|
||||||
hash = "sha256-6p2vHZtHk0AMtpGKXpEYcbkazP3F3FAKi6KSL9M14Jw=";
|
hash = "sha256-Rxvv92q+9GBP7X1OmFBS4gYKREhbTw++h8BP4mriick=";
|
||||||
};
|
};
|
||||||
|
|
||||||
# meson 0.57 should fix having to have these
|
# meson 0.57 should fix having to have these
|
||||||
|
@ -3,7 +3,7 @@ need_version = get_option('gui') or get_option('daemon')
|
|||||||
|
|
||||||
if need_version
|
if need_version
|
||||||
# Version information
|
# Version information
|
||||||
tuxclocker_version = '1.5.0'
|
tuxclocker_version = '1.5.1'
|
||||||
git_commit = run_command('git', 'describe', '--always', '--dirty').stdout().strip()
|
git_commit = run_command('git', 'describe', '--always', '--dirty').stdout().strip()
|
||||||
version_string = '@0@, git commit @1@'.format(tuxclocker_version, git_commit)
|
version_string = '@0@, git commit @1@'.format(tuxclocker_version, git_commit)
|
||||||
# Used in preprocessor
|
# Used in preprocessor
|
||||||
|
Loading…
Reference in New Issue
Block a user