aldente: 1.28.5 -> 1.28.6

This commit is contained in:
Yifei Sun 2024-10-30 21:25:07 -04:00
parent ccd7e10e00
commit 5fdcf448eb
No known key found for this signature in database
GPG Key ID: D973170F9B86DB70

View File

@ -8,11 +8,11 @@
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "aldente";
version = "1.28.5";
version = "1.28.6";
src = fetchurl {
url = "https://github.com/davidwernhart/aldente-charge-limiter/releases/download/${finalAttrs.version}/AlDente.dmg";
hash = "sha256-N+0bNgD80LLzwRAvYwxcLC0WnMgpvS4DnX/dZx0nIvE=";
hash = "sha256-g52XHx1jK0VEgLQJL+vX16bFd8eMu0dw8Fqp4hOtVtE=";
};
dontBuild = true;