summaryrefslogtreecommitdiff
path: root/pkgs
diff options
context:
space:
mode:
authorseth <[email protected]>2023-12-07 15:00:40 -0500
committergithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2023-12-07 20:14:59 +0000
commiteed7c6a75c2d3d4da252d296c914982fb0b50836 (patch)
tree4fcbf153c334519c72b65894775a1b894c25d6fd /pkgs
parent5f1e5dbdf9ba6db1391979991f9678f4fbebc445 (diff)
modrinth-app-unwrapped: unstable-2023-10-31 -> unstable-2023-11-21
Diff: https://github.com/modrinth/theseus/compare/f5c7f90d19d62fdc955fa78521ec5740d8b7cc63...c1518c52f3c99fdc04dd456f8886e73e699f7293
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/modrinth-app/default.nix8
1 files changed, 5 insertions, 3 deletions
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