From 3c9787c893fc887eb6ee3a0fa780100a1c440fad Mon Sep 17 00:00:00 2001 From: Jussi Kuokkanen Date: Fri, 9 Feb 2024 12:53:20 +0200 Subject: [PATCH] 1.5.1 --- default.nix | 4 ++-- src/meson.build | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/default.nix b/default.nix index 82b5ec1..1fe41a7 100644 --- a/default.nix +++ b/default.nix @@ -26,8 +26,8 @@ mkDerivation rec { fetchSubmodules = true; owner = "Lurkki14"; repo = "tuxclocker"; - rev = "31230172d7d15e763193453657c8f0a9e5938d98"; - hash = "sha256-6p2vHZtHk0AMtpGKXpEYcbkazP3F3FAKi6KSL9M14Jw="; + rev = "edb7a8d19e7649f3dc423763811f66165268da48"; + hash = "sha256-Rxvv92q+9GBP7X1OmFBS4gYKREhbTw++h8BP4mriick="; }; # meson 0.57 should fix having to have these diff --git a/src/meson.build b/src/meson.build index ca4c83c..aea39a0 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.5.0' + tuxclocker_version = '1.5.1' git_commit = run_command('git', 'describe', '--always', '--dirty').stdout().strip() version_string = '@0@, git commit @1@'.format(tuxclocker_version, git_commit) # Used in preprocessor