about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorStepBroBD <Hi@StepBroBD.com>2023-08-02 21:58:15 -0600
committerStepBroBD <Hi@StepBroBD.com>2023-08-02 21:58:15 -0600
commit873a86a94d46c7dfc3ae7cf044e6ef39fbc491eb (patch)
tree01df55a5b4c33a87562e0986bc2ec1ea370e4c86 /pkgs
parent8b9c44264303b5afe0c116f46b679d539e2be5ce (diff)
aldente: 1.22 -> 1.22.2
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/os-specific/darwin/aldente/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/os-specific/darwin/aldente/default.nix b/pkgs/os-specific/darwin/aldente/default.nix
index f703fd6df1024..6dd464a405f0f 100644
--- a/pkgs/os-specific/darwin/aldente/default.nix
+++ b/pkgs/os-specific/darwin/aldente/default.nix
@@ -6,11 +6,11 @@
 
 stdenvNoCC.mkDerivation (finalAttrs: {
   pname = "aldente";
-  version = "1.22";
+  version = "1.22.2";
 
   src = fetchurl {
     url = "https://github.com/davidwernhart/aldente-charge-limiter/releases/download/${finalAttrs.version}/AlDente.dmg";
-    hash = "sha256-y8S9SCDbvoKGtNqGQvJDSpbLhh7GqXUo7pLcMzuCnjo=";
+    hash = "sha256-bREI0RS4xvEccyw3yed5aD8oG5wmD5hyG82qW2tqlEA=";
   };
 
   dontBuild = true;