Skip to content

Commit

Permalink
aldente: 1.29 -> 1.30
Browse files Browse the repository at this point in the history
  • Loading branch information
DimitarNestorov committed Feb 3, 2025
1 parent 3d89be6 commit 36d2b85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/al/aldente/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@

stdenvNoCC.mkDerivation (finalAttrs: {
pname = "aldente";
version = "1.29";
version = "1.30";

src = fetchurl {
url = "https://github.com/davidwernhart/aldente-charge-limiter/releases/download/${finalAttrs.version}/AlDente.dmg";
hash = "sha256-F19DZnjnlZ7ydgNhPNUa7FqPp5/MzDcQRtksIkXgIis=";
hash = "sha256-O3t8Vm1y/OcPzz9MgKA5TcaK43HhPrURvPeWeXvjsjo=";
};

dontBuild = true;
Expand Down

0 comments on commit 36d2b85

Please sign in to comment.