basiliskii: unstable-2022-09-30 -> unstable-2025-07-16

This commit is contained in:
matthewcroughan 2025-07-16 14:23:31 +01:00
parent 233710fd29
commit 33260f2ea0

View File

@ -11,15 +11,15 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "basiliskii";
version = "unstable-2022-09-30";
version = "unstable-2025-07-16";
# This src is also used to build pkgs/os-specific/linux/sheep-net
# Therefore changes to it may effect the sheep-net package
src = fetchFromGitHub {
owner = "kanjitalk755";
repo = "macemu";
rev = "2fa17a0783cf36ae60b77b5ed930cda4dc1824af";
sha256 = "+jkns6H2YjlewbUzgoteGSQYWJL+OWVu178aM+BtABM=";
rev = "030599cf8d31cb80afae0e1b086b5706dbdd2eea";
sha256 = "sha256-gxaj+2ymelH6uWmjMLXi64xMNrToo6HZcJ7RW7sVMzo=";
};
sourceRoot = "${finalAttrs.src.name}/BasiliskII/src/Unix";
patches = [ ./remove-redhat-6-workaround-for-scsi-sg.h.patch ];