apparency: 2.0 -> 2.2 (#371288)

This commit is contained in:
Felix Bargfeldt
2025-04-25 00:41:38 +02:00
committed by GitHub
+5 -5
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 ];