about summary refs log tree commit diff
path: root/pkgs/os-specific
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2023-08-05 10:03:05 -0500
committerGitHub <noreply@github.com>2023-08-05 10:03:05 -0500
commitee81e733b2ba19aa749ae759dad7e66acaddd53b (patch)
treeb988dacf93432d013da13feb3edbedd5ea8ac1ec /pkgs/os-specific
parent49ee0ac5b02b4c006cb9f3ae80d6d06d653bd7e9 (diff)
parent873a86a94d46c7dfc3ae7cf044e6ef39fbc491eb (diff)
Merge pull request #246901 from stepbrobd/aldente
aldente: 1.22 -> 1.22.2
Diffstat (limited to 'pkgs/os-specific')
-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;