Unverified Commit 90806244 authored by Luflosi's avatar Luflosi
Browse files

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

parent e7808666
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -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;