This commit is contained in:
Jussi Kuokkanen 2023-11-13 11:56:54 +02:00
parent b838a1f5b1
commit 7f1044b322
2 changed files with 3 additions and 3 deletions

View File

@ -26,8 +26,8 @@ mkDerivation rec {
fetchSubmodules = true;
owner = "Lurkki14";
repo = "tuxclocker";
rev = "60cae61869cb1551db3456e27bdb37773fd27fe8";
hash = "sha256-aVCAuHuxPD4ony9wwxV1nC3Yj0C++aNBad79J5X0558=";
rev = "b838a1f5b117dc2ec33acbeef2b906ed95f10b1f";
hash = "sha256-1DpKKlFdN0hZ7hL9KwnsJMRoAWxz5BS5iNtHKqnjINk=";
};
# meson 0.57 should fix having to have these

View File

@ -1,5 +1,5 @@
# Version information
tuxclocker_version = '1.3.0-rc.1'
tuxclocker_version = '1.3.0'
git_commit = run_command('git', 'describe', '--always', '--dirty').stdout().strip()
version_string = '@0@, git commit @1@'.format(tuxclocker_version, git_commit)
# Used in preprocessor