mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 19:55:41 +03:00
apparency: 2.0 -> 2.2
In addition, added andre4ik3 as maintainer and changed description to be more informative.
This commit is contained in:
parent
3654cda7fd
commit
c716e43cf4
1 changed files with 5 additions and 5 deletions
|
@ -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 ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue