Unverified Commit edbed8a0 authored by h7x4's avatar h7x4 Committed by GitHub
Browse files

Merge pull request #323726 from Guanran928/metacubexd

metacubexd: 1.140.0 -> 1.141.0
parents 86b00a34 b0c57935
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -8,13 +8,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
  pname = "metacubexd";
  version = "1.140.0";
  version = "1.141.0";

  src = fetchFromGitHub {
    owner = "MetaCubeX";
    repo = "metacubexd";
    rev = "v${finalAttrs.version}";
    hash = "sha256-OVLG+MHgwWTorPuBTHsHUAY1FSN91j7xWgRDJ7FiO7E=";
    hash = "sha256-x3LYTEZefOCd1LcAnrPsCMc/ydt3WBcAHBEmLv2bCh4=";
  };

  nativeBuildInputs = [
@@ -24,7 +24,7 @@ stdenv.mkDerivation (finalAttrs: {

  pnpmDeps = pnpm.fetchDeps {
    inherit (finalAttrs) pname version src;
    hash = "sha256-24PkWT5UZJwMtL3y8qdf3XFuf3v5PjiP9XESbw3oppY=";
    hash = "sha256-+9cDCk4Dskea7l2xq7uEm+unmh48pnqMt2u6weWEVNY=";
  };

  buildPhase = ''
+2 −2
Original line number Diff line number Diff line
@@ -31059,8 +31059,8 @@ with pkgs;
  metacubexd = callPackage ../by-name/me/metacubexd/package.nix {
    pnpm = callPackage ../development/tools/pnpm/generic.nix {
      version = "9.1.4";
      hash = "sha256-MKGAGsTnI3ee/tE6IfTDn562yfu0ztEBvOBrQiWT18k=";
      version = "9.4.0";
      hash = "sha256-tv0L/aVV5+WErX5WswxosB1aBPnuk5ifS5PKhHPEnHQ=";
    };
  };