aldente: 1.33 -> 1.34.1 (#422999)

authored by stepbrobd.com and committed by GitHub c25cb9ef 62325037

+6 -4
+2
.mailmap
··· 27 Tomodachi94 <tomodachi94@protonmail.com> Tomo <68489118+Tomodachi94@users.noreply.github.com> 28 Vladimír Čunát <v@cunat.cz> <vcunat@gmail.com> 29 Vladimír Čunát <v@cunat.cz> <vladimir.cunat@nic.cz> 30 Yifei Sun <ysun@hey.com> StepBroBD <Hi@StepBroBD.com> 31 Yifei Sun <ysun@hey.com> <ysun+git@stepbrobd.com>
··· 27 Tomodachi94 <tomodachi94@protonmail.com> Tomo <68489118+Tomodachi94@users.noreply.github.com> 28 Vladimír Čunát <v@cunat.cz> <vcunat@gmail.com> 29 Vladimír Čunát <v@cunat.cz> <vladimir.cunat@nic.cz> 30 + Yifei Sun <ysun@hey.com> 31 + Yifei Sun <ysun@hey.com> StepBroBD <ysun@hey.com> 32 Yifei Sun <ysun@hey.com> StepBroBD <Hi@StepBroBD.com> 33 Yifei Sun <ysun@hey.com> <ysun+git@stepbrobd.com>
+1 -1
maintainers/maintainer-list.nix
··· 24079 stepbrobd = { 24080 name = "Yifei Sun"; 24081 email = "ysun@hey.com"; 24082 github = "stepbrobd"; 24083 githubId = 81826728; 24084 - keys = [ { fingerprint = "AC7C 52E6 BA2F E8DE 8F0F 5D78 D973 170F 9B86 DB70"; } ]; 24085 }; 24086 stephank = { 24087 email = "nix@stephank.nl";
··· 24079 stepbrobd = { 24080 name = "Yifei Sun"; 24081 email = "ysun@hey.com"; 24082 + matrix = "@stepbrobd:matrix.org"; 24083 github = "stepbrobd"; 24084 githubId = 81826728; 24085 }; 24086 stephank = { 24087 email = "nix@stephank.nl";
+3 -3
pkgs/by-name/al/aldente/package.nix
··· 8 9 stdenvNoCC.mkDerivation (finalAttrs: { 10 pname = "aldente"; 11 - version = "1.33"; 12 13 src = fetchurl { 14 - url = "https://github.com/davidwernhart/aldente-charge-limiter/releases/download/${finalAttrs.version}/AlDente.dmg"; 15 - hash = "sha256-uUklxpQEVVXp2eZLYBpmAsVo5ziV0zvHRJA4JRiJAJk="; 16 }; 17 18 dontBuild = true;
··· 8 9 stdenvNoCC.mkDerivation (finalAttrs: { 10 pname = "aldente"; 11 + version = "1.34.1"; 12 13 src = fetchurl { 14 + url = "https://github.com/AppHouseKitchen/AlDente-Battery_Care_and_Monitoring/releases/download/${finalAttrs.version}/AlDente.dmg"; 15 + hash = "sha256-hwlIYnd+ZYx+6+OQ1IPSzXKRaKDsKVJyeQCUhvhFMPU="; 16 }; 17 18 dontBuild = true;