Commit 33260f2e authored by matthewcroughan's avatar matthewcroughan
Browse files

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

parent 233710fd
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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 ];