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

aldente: 1.36.2 -> 1.37 (#501739)

parents 48d77cbb 4cd7f199
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,11 +8,11 @@

stdenvNoCC.mkDerivation (finalAttrs: {
  pname = "aldente";
  version = "1.36.2";
  version = "1.37";

  src = fetchurl {
    url = "https://github.com/AppHouseKitchen/AlDente-Battery_Care_and_Monitoring/releases/download/${finalAttrs.version}/AlDente.dmg";
    hash = "sha256-VeNEONO7wachGgCFDybH4tGaz58xlTG10S/rvm/S/Tc=";
    hash = "sha256-nkwJl4xMhbdodBRtwyG2IcmDlTJnErOvEycjcdAMP2o=";
  };

  dontBuild = true;