summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorseth <[email protected]>2023-11-03 13:45:47 -0400
committergithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2023-11-03 18:06:43 +0000
commitaaab270c11905aefc576acff80125e8a0db7aa13 (patch)
treef950219fa4807cd4c04e0c44e3762a185d3c5643
parent5078abb8ff8e775fc346c3a1c8a1cd7941329ba5 (diff)
modrinth-app-unwrapped: unstable-2023-10-24 -> unstable-2023-10-31
Diff: https://github.com/modrinth/theseus/compare/bd18dbdbe89f3027e826be5a6752c3d932a5c1ea...f5c7f90d19d62fdc955fa78521ec5740d8b7cc63
-rw-r--r--pkgs/modrinth-app/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/modrinth-app/default.nix b/pkgs/modrinth-app/default.nix
index 1109e74..97b7eff 100644
--- a/pkgs/modrinth-app/default.nix
+++ b/pkgs/modrinth-app/default.nix
@@ -26,13 +26,13 @@
}:
rustPlatform.buildRustPackage rec {
pname = "modrinth-app";
- version = "unstable-2023-10-24";
+ version = "unstable-2023-10-31";
src = fetchFromGitHub {
owner = "modrinth";
repo = "theseus";
- rev = "bd18dbdbe89f3027e826be5a6752c3d932a5c1ea";
- sha256 = "sha256-k7VqO1IhCKSCzDrH8wcwMeVJHFTYl7unk2KY4LVnFpI=";
+ rev = "f5c7f90d19d62fdc955fa78521ec5740d8b7cc63";
+ sha256 = "sha256-PVMIfS/VQCmefAKDs+wpj6/J4XVcMghVgSKDFC4s98M=";
};
cargoLock = {