Skip to content

Commit c55e1ef

Browse files
metacubexd: 1.150.0 -> 1.151.0 (#346875)
2 parents aff7476 + acf163b commit c55e1ef

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/me/metacubexd/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88
}:
99
stdenv.mkDerivation (finalAttrs: {
1010
pname = "metacubexd";
11-
version = "1.150.0";
11+
version = "1.151.0";
1212

1313
src = fetchFromGitHub {
1414
owner = "MetaCubeX";
1515
repo = "metacubexd";
1616
rev = "v${finalAttrs.version}";
17-
hash = "sha256-UItmZmrcCSO7705TzEO80IVGSsCrDjm9Apw17XAQ9jY=";
17+
hash = "sha256-H6zMEicE9RT84NJmmcihw46TDOSE0HhUoIRIrpNxM+c=";
1818
};
1919

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

2525
pnpmDeps = pnpm.fetchDeps {
2626
inherit (finalAttrs) pname version src;
27-
hash = "sha256-jIotwZmFzzv3jN4iXV4aonxnVDuIGzxNH8RGD0r7t0c=";
27+
hash = "sha256-XwIcwvTcB4vO5tqJ/jdqgkTrkmN3H0e3q5eDNOvUrcA=";
2828
};
2929

3030
buildPhase = ''

0 commit comments

Comments
 (0)