From eed7c6a75c2d3d4da252d296c914982fb0b50836 Mon Sep 17 00:00:00 2001 From: seth Date: Thu, 7 Dec 2023 15:00:40 -0500 Subject: modrinth-app-unwrapped: unstable-2023-10-31 -> unstable-2023-11-21 Diff: https://github.com/modrinth/theseus/compare/f5c7f90d19d62fdc955fa78521ec5740d8b7cc63...c1518c52f3c99fdc04dd456f8886e73e699f7293 --- pkgs/modrinth-app/default.nix | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'pkgs') diff --git a/pkgs/modrinth-app/default.nix b/pkgs/modrinth-app/default.nix index 97b7eff..66ed193 100644 --- a/pkgs/modrinth-app/default.nix +++ b/pkgs/modrinth-app/default.nix @@ -10,6 +10,7 @@ CoreServices, Security, WebKit, + cacert, pnpm, esbuild, dbus, @@ -26,13 +27,13 @@ }: rustPlatform.buildRustPackage rec { pname = "modrinth-app"; - version = "unstable-2023-10-31"; + version = "unstable-2023-11-21"; src = fetchFromGitHub { owner = "modrinth"; repo = "theseus"; - rev = "f5c7f90d19d62fdc955fa78521ec5740d8b7cc63"; - sha256 = "sha256-PVMIfS/VQCmefAKDs+wpj6/J4XVcMghVgSKDFC4s98M="; + rev = "c1518c52f3c99fdc04dd456f8886e73e699f7293"; + sha256 = "sha256-CaYIkJom3XlfdJquS7mUU1FLVXTry+XSMkmpaudBN2M="; }; cargoLock = { @@ -47,6 +48,7 @@ rustPlatform.buildRustPackage rec { inherit src version; nativeBuildInputs = [ + cacert jq moreutils pnpm -- cgit v1.2.3