apparency: 2.0 -> 2.2

In addition, added andre4ik3 as maintainer and changed description to be more informative.
This commit is contained in:
andre4ik3 2025-01-06 03:13:42 +04:00
parent 3654cda7fd
commit c716e43cf4
No known key found for this signature in database
GPG key ID: 7A6420D3D3AE93B3

View file

@ -6,17 +6,17 @@
}:
let
snapshot = "20240601172844";
snapshot = "20250105225747";
in
stdenv.mkDerivation {
pname = "apparency";
version = "2.0";
version = "2.2";
src = fetchurl {
# Use externally archived download URL because
# upstream does not provide stable URLs for versioned releases
url = "https://web.archive.org/web/${snapshot}/https://www.mothersruin.com/software/downloads/Apparency.dmg";
hash = "sha256-XKxWxqfxy9AQneILLrN9XqLt4/k2N8yumZ5mrSvczFk=";
hash = "sha256-nktNbyJOXDydQPwb43Uq3nQv65XcwrqZTKu5OCcLyfU=";
};
nativeBuildInputs = [ undmg ];
@ -34,10 +34,10 @@ stdenv.mkDerivation {
'';
meta = {
description = "App That Opens Apps";
description = "Toolkit for analysing macOS applications";
homepage = "https://www.mothersruin.com/software/Apparency/";
license = lib.licenses.unfreeRedistributable;
maintainers = [ ];
maintainers = with lib.maintainers; [ andre4ik3 ];
mainProgram = "appy";
platforms = lib.platforms.darwin;
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];