mirror of
https://github.com/Lurkki14/tuxclocker.git
synced 2024-11-21 15:57:25 -06:00
1.4.0
This commit is contained in:
parent
d5c1100a28
commit
89139f0ab1
@ -26,8 +26,8 @@ mkDerivation rec {
|
|||||||
fetchSubmodules = true;
|
fetchSubmodules = true;
|
||||||
owner = "Lurkki14";
|
owner = "Lurkki14";
|
||||||
repo = "tuxclocker";
|
repo = "tuxclocker";
|
||||||
rev = "b838a1f5b117dc2ec33acbeef2b906ed95f10b1f";
|
rev = "91b68d5436f067da15b6c47c75ed4758161860f4";
|
||||||
hash = "sha256-1DpKKlFdN0hZ7hL9KwnsJMRoAWxz5BS5iNtHKqnjINk=";
|
hash = "sha256-J8qWQO4n1C4MyZN73EBDP7wvYktf2c8sDTrIObjhD20=";
|
||||||
};
|
};
|
||||||
|
|
||||||
# meson 0.57 should fix having to have these
|
# meson 0.57 should fix having to have these
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# Version information
|
# Version information
|
||||||
tuxclocker_version = '1.3.0'
|
tuxclocker_version = '1.4.0'
|
||||||
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