metacubexd: 1.249.2 -> 1.271.0 (#530956)

This commit is contained in:
Weijia Wang
2026-08-16 21:18:46 +00:00
committed by GitHub

View File

@@ -10,13 +10,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "metacubexd";
version = "1.249.2";
version = "1.271.0";
src = fetchFromGitHub {
owner = "MetaCubeX";
repo = "metacubexd";
rev = "v${finalAttrs.version}";
hash = "sha256-JfCvQZHf/+H3iD/MNDmu/MBxrbdv0iNaSh4LyAL52Pc=";
hash = "sha256-i/B6CoDdpUJEMLSalBUVeXr/37GgpfsoAe58Bxwon7s=";
};
nativeBuildInputs = [
@@ -29,7 +29,7 @@ stdenv.mkDerivation (finalAttrs: {
inherit (finalAttrs) pname version src;
pnpm = pnpm_10;
fetcherVersion = 3;
hash = "sha256-RcpRYowlEzvnPkEG8hsTvvb9RntfMzgk6+PFBRXIepI=";
hash = "sha256-ZmYNze8KrhCYMm9UZFhJKcakUitkBC1FSBX2UZwECiM=";
};
buildPhase = ''