Unverified Commit 331623d9 authored by nixpkgs-ci[bot]'s avatar nixpkgs-ci[bot] Committed by GitHub
Browse files

Merge master into staging-next

parents 2f09c3bd ce48a091
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,8 +7,8 @@ vscode-utils.buildVscodeMarketplaceExtension {
  mktplcRef = {
    name = "debugpy";
    publisher = "ms-python";
    version = "2024.6.0";
    hash = "sha256-VlPe65ViBur5P6L7iRKdGnmbNlSCwYrdZAezStx8Bz8=";
    version = "2025.0.1";
    hash = "sha256-IPjQY8G1JvpcjZWRsk1+Z8yIZ1UG0jIxmNsNXcHr+bs=";
  };

  meta = {
+3 −3
Original line number Diff line number Diff line
@@ -5,13 +5,13 @@
}:
mkLibretroCore {
  core = "fceumm";
  version = "0-unstable-2024-11-23";
  version = "0-unstable-2025-02-12";

  src = fetchFromGitHub {
    owner = "libretro";
    repo = "libretro-fceumm";
    rev = "449db5de6b56e9d44fc685e1b38399f0b233bd28";
    hash = "sha256-yD75ohq7dJwXt6t3RLMwTtmdLGLS3/eb98uBlnazWDk=";
    rev = "26f92531a95a9a74f45a8bf13fc9f3f48cde2976";
    hash = "sha256-XtSuZEfu03dFMQUX4VvpeFLzoWG3TeIBQG4cQkap+t8=";
  };

  meta = {
+3 −3
Original line number Diff line number Diff line
@@ -5,13 +5,13 @@
}:
mkLibretroCore {
  core = "gambatte";
  version = "0-unstable-2025-01-24";
  version = "0-unstable-2025-02-14";

  src = fetchFromGitHub {
    owner = "libretro";
    repo = "gambatte-libretro";
    rev = "cd1e180b1edf6e6853cf4d501adac0538076de34";
    hash = "sha256-NwxditChigU8dUhmv6pnoreG1kp7cZlLBTAexNqbiAo=";
    rev = "659f38b8e01211da4383e40dfcd102c846a19dc5";
    hash = "sha256-EKtXKYTYW4c0CngKrZ2QgUkObUynChZAo8cOcLVHdWE=";
  };

  meta = {
+3 −3
Original line number Diff line number Diff line
@@ -9,13 +9,13 @@
}:
mkLibretroCore {
  core = "parallel-n64";
  version = "0-unstable-2024-10-21";
  version = "0-unstable-2025-02-06";

  src = fetchFromGitHub {
    owner = "libretro";
    repo = "parallel-n64";
    rev = "e372c5e327dcd649e9d840ffc3d88480b6866eda";
    hash = "sha256-q4octB5XDdl4PtLYVZfBgydVBNaOwzu9dPBY+Y68lVo=";
    rev = "a1e6d69f819cd25a30c701d244315f648818a163";
    hash = "sha256-cg7FmjNqhCE4UeQzvWvgnJ2ChbOJT8iPh3Ed65Hq2iY=";
  };

  extraBuildInputs = [
+1 −0
Original line number Diff line number Diff line
@@ -425,6 +425,7 @@ buildStdenv.mkDerivation {
    "--disable-updater"
    "--enable-application=${application}"
    "--enable-default-toolkit=${toolkit}"
    "--with-app-name=${binaryName}"
    "--with-distribution-id=org.nixos"
    "--with-libclang-path=${lib.getLib llvmPackagesBuildBuild.libclang}/lib"
    "--with-wasi-sysroot=${wasiSysRoot}"
Loading