mas: 1.9.0 -> 2.1.0

This commit is contained in:
Joe DeVivo 2025-04-15 13:22:06 -07:00
parent f55c5bd3f5
commit f21a197432
No known key found for this signature in database

View File

@ -10,11 +10,11 @@
stdenvNoCC.mkDerivation rec {
pname = "mas";
version = "1.9.0";
version = "2.1.0";
src = fetchurl {
url = "https://github.com/mas-cli/mas/releases/download/v${version}/mas-${version}.pkg";
hash = "sha256-MiSrCHLby3diTAzDPCYX1ZwdmzcHwOx/UJuWrlRJe54=";
hash = "sha256-pT8W/ZdNP7Fv5nyTX9vKbTa2jIk3THN1HVCmuEIibfc=";
};
nativeBuildInputs = [