Skip to content

Commit 7f1044b

Browse files
committed
1.3.0
1 parent b838a1f commit 7f1044b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

default.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ mkDerivation rec {
2626
fetchSubmodules = true;
2727
owner = "Lurkki14";
2828
repo = "tuxclocker";
29-
rev = "60cae61869cb1551db3456e27bdb37773fd27fe8";
30-
hash = "sha256-aVCAuHuxPD4ony9wwxV1nC3Yj0C++aNBad79J5X0558=";
29+
rev = "b838a1f5b117dc2ec33acbeef2b906ed95f10b1f";
30+
hash = "sha256-1DpKKlFdN0hZ7hL9KwnsJMRoAWxz5BS5iNtHKqnjINk=";
3131
};
3232

3333
# meson 0.57 should fix having to have these

src/meson.build

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Version information
2-
tuxclocker_version = '1.3.0-rc.1'
2+
tuxclocker_version = '1.3.0'
33
git_commit = run_command('git', 'describe', '--always', '--dirty').stdout().strip()
44
version_string = '@0@, git commit @1@'.format(tuxclocker_version, git_commit)
55
# Used in preprocessor

0 commit comments

Comments
 (0)