darling: unstable-2023-05-02 -> unstable-2023-11-07

This commit is contained in:
Peder Bergebakken Sundt 2023-11-23 01:41:11 +01:00
parent 612493c63d
commit 46b793f1d1

View File

@ -4,6 +4,7 @@
, writeShellScript
, fetchFromGitHub
, fetchpatch
, nixosTests
, freetype
, libjpeg
@ -107,14 +108,14 @@ let
];
in stdenv.mkDerivation {
pname = "darling";
version = "unstable-2023-05-02";
version = "unstable-2023-11-07";
src = fetchFromGitHub {
owner = "darlinghq";
repo = "darling";
rev = "557e7e9dece394a3f623825679474457e5b64fd0";
rev = "34351655a40d2090e70b3033a577b8cdea967633";
fetchSubmodules = true;
hash = "sha256-SOoLaV7wg33qRHPQXkdMvrY++CvoG85kwd6IU6DkYa0=";
hash = "sha256-Jhr7Do15vms8bJ8AczVSkuWrC7gUR5ZvU9/PfCmGGcg=";
};
outputs = [ "out" "sdk" ];
@ -221,6 +222,8 @@ in stdenv.mkDerivation {
$out/libexec/darling/usr/libexec/darling/mldr
'';
passthru.tests.nixos = nixosTests.darling;
meta = with lib; {
description = "Open-source Darwin/macOS emulation layer for Linux";
homepage = "https://www.darlinghq.org";