7 stdenvNoCC.mkDerivation rec {
12 url = "https://github.com/dwarvesf/hidden/releases/download/v${version}/Hidden.Bar.${version}.dmg";
13 hash = "sha256-P1SwJPXBxAvBiuvjkBRxAom0fhR+cVYfriKmYcqybQI=";
21 mkdir -p $out/Applications
22 mv "Hidden Bar.app" $out/Applications
27 nativeBuildInputs = [ undmg ];
30 description = "Ultra-light MacOS utility that helps hide menu bar icons";
31 homepage = "https://github.com/dwarvesf/hidden";
32 license = lib.licenses.mit;
33 maintainers = with lib.maintainers; [ donteatoreo ];
34 platforms = lib.platforms.darwin;
35 sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];