summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorseth <[email protected]>2023-10-17 17:24:49 -0400
committerseth <[email protected]>2023-10-17 17:44:09 -0400
commit42b15f2a8aae6ab5afa8d0d7992a7ef52263624b (patch)
treea083ccf3c9303f3315605ed291c500446846425a
parent06d574c2f93ce56451fa15a83e80d61c440e377b (diff)
modrinth-app-unwrapped: unstable-2023-10-07 -> unstable-2023-10-16
Diff: https://github.com/modrinth/theseus/compare/e76a7d57c0fb4fa5077c8dcd53c4efeed42ad13f...7fb88500718237b939a7e5402b8d901803fbe9e8
-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 8bcbf22..2d72a44 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-07";
+ version = "unstable-2023-10-16";
src = fetchFromGitHub {
owner = "modrinth";
repo = "theseus";
- rev = "e76a7d57c0fb4fa5077c8dcd53c4efeed42ad13f";
- sha256 = "sha256-Gl+zd7WwFRDAEAvZPj9AVfFAe28ZRxORU2p0ZUttE4s=";
+ rev = "7fb88500718237b939a7e5402b8d901803fbe9e8";
+ sha256 = "sha256-mOf821Mp6q5OKfT/AsszshiEPRqxEdftf9vNXM4XbTk=";
};
cargoLock = {