diff --git a/default.nix b/default.nix index 200a85b..82b5ec1 100644 --- a/default.nix +++ b/default.nix @@ -26,8 +26,8 @@ mkDerivation rec { fetchSubmodules = true; owner = "Lurkki14"; repo = "tuxclocker"; - rev = "91b68d5436f067da15b6c47c75ed4758161860f4"; - hash = "sha256-J8qWQO4n1C4MyZN73EBDP7wvYktf2c8sDTrIObjhD20="; + rev = "31230172d7d15e763193453657c8f0a9e5938d98"; + hash = "sha256-6p2vHZtHk0AMtpGKXpEYcbkazP3F3FAKi6KSL9M14Jw="; }; # meson 0.57 should fix having to have these diff --git a/src/meson.build b/src/meson.build index f25c77b..ca4c83c 100644 --- a/src/meson.build +++ b/src/meson.build @@ -3,7 +3,7 @@ need_version = get_option('gui') or get_option('daemon') if need_version # Version information - tuxclocker_version = '1.4.0' + tuxclocker_version = '1.5.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