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

Merge master into staging-nixos

parents 3f06b801 825a8a4f
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@
  curl,
  gtk3,
  lame,
  libxml2,
  libxml2_13,
  ffmpeg,
  vlc,
  xdg-utils,
@@ -110,13 +110,13 @@ stdenv.mkDerivation rec {
        # Setting the rpath of the plugin shared object files does not
        # seem to have an effect for some plugins.
        # We opt for wrapping the executable with LD_LIBRARY_PATH prefix.
        # Note that libcurl and libxml2 are needed for ReaPack to run.
        # Note that libcurl and libxml2_13 are needed for ReaPack to run.
        wrapProgram $out/opt/REAPER/reaper \
          --prefix LD_LIBRARY_PATH : "${
            lib.makeLibraryPath [
              curl
              lame
              libxml2
              libxml2_13
              ffmpeg
              vlc
              xdotool
+4 −4
Original line number Diff line number Diff line
@@ -1711,8 +1711,8 @@ let
        mktplcRef = {
          name = "vscode-jest-runner";
          publisher = "firsttris";
          version = "0.4.84";
          hash = "sha256-x4CaSa/CRZgs7vGthFcn8UXYrbQhQXkULPBbGnj3zpw=";
          version = "0.4.86";
          hash = "sha256-QLa8+WAghGJlToGCx7/R68D0GRgCbA0jkEtlA5EnEGA=";
        };
        meta = {
          description = "Simple way to run or debug a single (or multiple) tests from context-menu";
@@ -2982,8 +2982,8 @@ let
        mktplcRef = {
          name = "rainbow-csv";
          publisher = "mechatroner";
          version = "3.23.0";
          hash = "sha256-HEbx7vjuVFjAG0koFI/JRehivRiLBF0cgx24LhdwCBc=";
          version = "3.24.0";
          hash = "sha256-g9xY6JDx8RZyl4KFgIAVvQKydbwcEHLaUJPinUR89zM=";
        };
        meta = {
          changelog = "https://marketplace.visualstudio.com/items/mechatroner.rainbow-csv/changelog";
+2 −2
Original line number Diff line number Diff line
@@ -4,8 +4,8 @@ vscode-utils.buildVscodeMarketplaceExtension {
  mktplcRef = {
    name = "mongodb-vscode";
    publisher = "mongodb";
    version = "1.14.2";
    hash = "sha256-dgerxoVeLv9J2oIrfPJcb+ncqIrq5aaf4Rog0EQszvA=";
    version = "1.14.6";
    hash = "sha256-MACP/IvSk4JwD9DUWRD6pGYbgVQVzuCz8FvXdfHcphs=";
  };

  meta = {
+3 −3
Original line number Diff line number Diff line
@@ -5,13 +5,13 @@
}:
mkLibretroCore {
  core = "nestopia";
  version = "0-unstable-2025-11-08";
  version = "0-unstable-2026-01-10";

  src = fetchFromGitHub {
    owner = "libretro";
    repo = "nestopia";
    rev = "5deada54077fae87e2873f5ad9ef77e3ab7af5e1";
    hash = "sha256-3/e0wrJOaEdQ4Uz17r9KyLdCsyY7dqOpIyC0MPhqhdA=";
    rev = "473d3072be67fa2542ca833c274ef6682cf0f0bc";
    hash = "sha256-He60RyFhTL7A+juTPbr032tsXoOEOzK4JzCmF03l7gU=";
  };

  makefile = "Makefile";
+2 −2
Original line number Diff line number Diff line
@@ -17,12 +17,12 @@ let
in
stdenv.mkDerivation rec {
  pname = "mkgmap";
  version = "4923";
  version = "4924";

  src = fetchsvn {
    url = "https://svn.mkgmap.org.uk/mkgmap/mkgmap/trunk";
    rev = version;
    sha256 = "sha256-tB/0VFLn/ch7XWPz1sJ3kqy/1U5Hk1yV9+wq7ohTRWw=";
    sha256 = "sha256-4DGGAWgyIvK5pcopwlO4YDGDc73lOsL0Ljy/kFUY2As=";
  };

  patches = [
Loading