Unverified Commit db2d7a96 authored by Peder Bergebakken Sundt's avatar Peder Bergebakken Sundt Committed by GitHub
Browse files

azahar: 2125.0.1 -> 2125.1 (#510324)

parents f4a1f030 9fd13f18
Loading
Loading
Loading
Loading
+2 −10
Original line number Diff line number Diff line
@@ -61,7 +61,7 @@ let
in
stdenv.mkDerivation (finalAttrs: {
  pname = "azahar";
  version = "2125.0.1";
  version = "2125.1";

  src = fetchFromGitHub {
    owner = "azahar-emu";
@@ -74,7 +74,7 @@ stdenv.mkDerivation (finalAttrs: {
      echo "${finalAttrs.version}" > "$out/GIT-TAG"
      git -C "$out" rev-parse HEAD > "$out/GIT-COMMIT"
    '';
    hash = "sha256-KzM2FWJPxZtkpwvK4DSdfNuxE8yy1OVaioVegQbBSWk=";
    hash = "sha256-F5v52axQ4+vH6ZqEEuuMtV5PVahWmnS3PixZHqywhtM=";
  };

  strictDeps = true;
@@ -138,14 +138,6 @@ stdenv.mkDerivation (finalAttrs: {
    (darwinMinVersionHook "13.4")
  ];

  patches = [
    (fetchpatch {
      name = "cmake-Add-option-to-use-system-oaknut.patch";
      url = "https://github.com/azahar-emu/azahar/commit/6201256e15ee4d4fc053933545abf50fc46be178.patch";
      hash = "sha256-03eIubAJ65W9clI9iaLcLNAAMbkX4E507nYNV8DVwZc=";
    })
  ];

  postPatch = ''
    # We already know the submodules are present
    substituteInPlace CMakeLists.txt \