Skip to content

Commit

Permalink
1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Lurkki14 committed Feb 9, 2024
1 parent edb7a8d commit 3c9787c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3c9787c

Please sign in to comment.