Skip to content

Commit 006f8e9

Browse files
authored
aldente: 1.32 -> 1.33 (#407450)
2 parents 95030d7 + 07f2db6 commit 006f8e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/al/aldente/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88

99
stdenvNoCC.mkDerivation (finalAttrs: {
1010
pname = "aldente";
11-
version = "1.32";
11+
version = "1.33";
1212

1313
src = fetchurl {
1414
url = "https://github.com/davidwernhart/aldente-charge-limiter/releases/download/${finalAttrs.version}/AlDente.dmg";
15-
hash = "sha256-pUFcP7J60lLeuX9v3qhCMcsRmurfw0LnoCcbRONnxKM=";
15+
hash = "sha256-uUklxpQEVVXp2eZLYBpmAsVo5ziV0zvHRJA4JRiJAJk=";
1616
};
1717

1818
dontBuild = true;

0 commit comments

Comments
 (0)