Skip to content

Commit

Permalink
1.3.0.rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Lurkki14 committed Nov 6, 2023
1 parent 60cae61 commit 20a16e1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 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 = "d26b4ca6dfe376eb00751230b5c9586b922cb53d";
hash = "sha256-MDf2TOQpIIzfEf1R+axLEdh8t19FujWQqzo9MJ6pzXs=";
rev = "60cae61869cb1551db3456e27bdb37773fd27fe8";
hash = "sha256-aVCAuHuxPD4ony9wwxV1nC3Yj0C++aNBad79J5X0558=";
};

# meson 0.57 should fix having to have these
Expand All @@ -40,6 +40,7 @@ mkDerivation rec {
'';

nativeBuildInputs = [
git
pkg-config
];

Expand Down

0 comments on commit 20a16e1

Please sign in to comment.