Merge pull request #287932 from r-ryantm/auto-update/tuxclocker

tuxclocker: 1.5.0 -> 1.5.1
This commit is contained in:
maxine
2024-02-11 12:10:44 +01:00
committed by GitHub
@@ -17,14 +17,14 @@
stdenv.mkDerivation (finalAttrs: {
pname = "tuxclocker";
version = "1.5.0";
version = "1.5.1";
src = fetchFromGitHub {
owner = "Lurkki14";
repo = "tuxclocker";
fetchSubmodules = true;
rev = finalAttrs.version;
hash = "sha256-VJchgImSGykenss4/TyLATljYMMXNmgLSMT8ixSnReA=";
hash = "sha256-QLKLqTCpVMWxlDINa8Bo1vgCDcjwovoaXUs/PdMnxv0=";
};
# Meson doesn't find boost without these