darling-dmg: 1.0.4+git20200427 -> 1.0.4-unstable-2023-07-26

This commit is contained in:
Luflosi 2024-07-01 16:44:09 +02:00
parent e7808666ea
commit 9080624466
No known key found for this signature in database
GPG Key ID: 743C5DD6900A1FF0

View File

@ -2,15 +2,15 @@
, nixosTests
}:
stdenv.mkDerivation rec {
stdenv.mkDerivation {
pname = "darling-dmg";
version = "1.0.4+git20200427";
version = "1.0.4-unstable-2023-07-26";
src = fetchFromGitHub {
owner = "darlinghq";
repo = "darling-dmg";
rev = "71cc76c792db30328663272788c0b64aca27fdb0";
sha256 = "08iphkxlmjddrxpbm13gxyqwcrd0k65z3l1944n4pccb6qbyj8gv";
rev = "a36bf0c07b16675b446377890c5f6f74563f84dd";
hash = "sha256-QM75GuFHl2gRlRw1BmTexUE1d9YNnhG0qmTqmE9kMX4=";
};
nativeBuildInputs = [ cmake ];
@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
homepage = "https://www.darlinghq.org/";
description = "Darling lets you open macOS dmgs on Linux";
description = "FUSE module for .dmg files (containing an HFS+ filesystem)";
mainProgram = "darling-dmg";
platforms = platforms.unix;
license = licenses.gpl3Only;