Skip to content

Commit

Permalink
metacubexd: 1.147.0 -> 1.149.0 (#342297)
Browse files Browse the repository at this point in the history
  • Loading branch information
pbsds committed Sep 19, 2024
2 parents bac48f0 + f6982dc commit d8851e2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/me/metacubexd/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "metacubexd";
version = "1.147.0";
version = "1.149.0";

src = fetchFromGitHub {
owner = "MetaCubeX";
repo = "metacubexd";
rev = "v${finalAttrs.version}";
hash = "sha256-Lj+w+u8xrjYYcINgFMVg8AoLonqRoHNRCyXdeDcXWDg=";
hash = "sha256-WpF8A7TUPVk/e/ezPlypnAldqklMfUS6RfuLvVNEWOY=";
};

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

pnpmDeps = pnpm.fetchDeps {
inherit (finalAttrs) pname version src;
hash = "sha256-kb+CtX4Jn3UIwXdRcyyrWnUhGaldrJQUl+F7RSWzmoI=";
hash = "sha256-WsaHl8dD5Fi7WEoLhYCkxVfMB/VJ8cllGY6EveqQYgY=";
};

buildPhase = ''
Expand Down

0 comments on commit d8851e2

Please sign in to comment.