airbuddy: 2.7 -> 2.7.1

This commit is contained in:
StepBroBD 2023-07-28 09:40:12 -07:00
parent 9f62095a0d
commit b94abe0b54
Failed to extract signature

View File

@ -6,12 +6,12 @@
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "airbuddy";
version = "2.7";
version = "2.7.1";
src = fetchurl {
name = "AirBuddy.dmg";
url = "https://download.airbuddy.app/WebDownload/AirBuddy_v${finalAttrs.version}.dmg";
hash = "sha256-i/pxRG5o03jh9D46F9s8cSpf8A1aQEb+u3JiPjDlubA=";
hash = "sha256-z8iy3kIBO+1HDgmWxXmFHArLdw85CLNSMvMFZfEJAp0=";
};
dontPatch = true;