Unverified Commit c25cb9ef authored by Yifei Sun's avatar Yifei Sun Committed by GitHub
Browse files

aldente: 1.33 -> 1.34.1 (#422999)

parents 62325037 ebf8bd85
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -27,5 +27,7 @@ superherointj <5861043+superherointj@users.noreply.github.com>
Tomodachi94 <tomodachi94@protonmail.com> Tomo <68489118+Tomodachi94@users.noreply.github.com>
Vladimír Čunát <v@cunat.cz> <vcunat@gmail.com>
Vladimír Čunát <v@cunat.cz> <vladimir.cunat@nic.cz>
Yifei Sun <ysun@hey.com>
Yifei Sun <ysun@hey.com> StepBroBD <ysun@hey.com>
Yifei Sun <ysun@hey.com> StepBroBD <Hi@StepBroBD.com>
Yifei Sun <ysun@hey.com> <ysun+git@stepbrobd.com>
+1 −1
Original line number Diff line number Diff line
@@ -24079,9 +24079,9 @@
  stepbrobd = {
    name = "Yifei Sun";
    email = "ysun@hey.com";
    matrix = "@stepbrobd:matrix.org";
    github = "stepbrobd";
    githubId = 81826728;
    keys = [ { fingerprint = "AC7C 52E6 BA2F E8DE 8F0F  5D78 D973 170F 9B86 DB70"; } ];
  };
  stephank = {
    email = "nix@stephank.nl";
+3 −3
Original line number Diff line number Diff line
@@ -8,11 +8,11 @@

stdenvNoCC.mkDerivation (finalAttrs: {
  pname = "aldente";
  version = "1.33";
  version = "1.34.1";

  src = fetchurl {
    url = "https://github.com/davidwernhart/aldente-charge-limiter/releases/download/${finalAttrs.version}/AlDente.dmg";
    hash = "sha256-uUklxpQEVVXp2eZLYBpmAsVo5ziV0zvHRJA4JRiJAJk=";
    url = "https://github.com/AppHouseKitchen/AlDente-Battery_Care_and_Monitoring/releases/download/${finalAttrs.version}/AlDente.dmg";
    hash = "sha256-hwlIYnd+ZYx+6+OQ1IPSzXKRaKDsKVJyeQCUhvhFMPU=";
  };

  dontBuild = true;