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

aldente: 1.34.1 -> 1.35.1 (#443528)

parents 5ad6143e 74dfd790
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.34.1";
  version = "1.35.1";

  src = fetchurl {
    url = "https://github.com/AppHouseKitchen/AlDente-Battery_Care_and_Monitoring/releases/download/${finalAttrs.version}/AlDente.dmg";
    hash = "sha256-hwlIYnd+ZYx+6+OQ1IPSzXKRaKDsKVJyeQCUhvhFMPU=";
    hash = "sha256-OjajT9goWbK3dKmkvt/qbcjlytg/xOPxNEZWE7h24Uc=";
  };

  dontBuild = true;