Skip to content

Commit

Permalink
1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Lurkki14 committed Dec 4, 2023
1 parent d5c1100 commit 89139f0
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 = "b838a1f5b117dc2ec33acbeef2b906ed95f10b1f";
hash = "sha256-1DpKKlFdN0hZ7hL9KwnsJMRoAWxz5BS5iNtHKqnjINk=";
rev = "91b68d5436f067da15b6c47c75ed4758161860f4";
hash = "sha256-J8qWQO4n1C4MyZN73EBDP7wvYktf2c8sDTrIObjhD20=";
};

# 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
@@ -1,5 +1,5 @@
# Version information
tuxclocker_version = '1.3.0'
tuxclocker_version = '1.4.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
Expand Down

0 comments on commit 89139f0

Please sign in to comment.