summaryrefslogtreecommitdiff
path: root/pkgs
diff options
context:
space:
mode:
authorseth <[email protected]>2023-10-07 10:27:42 -0400
committerseth <[email protected]>2023-10-17 17:19:43 -0400
commit0ec065122c61a304d6e9c3096958449a079e4146 (patch)
tree6631a6604bfde78d2430e2c4bd1f38ef4ffd85de /pkgs
parent5ebb437354f1bb2786c532ed03f151da076e8367 (diff)
modrinth-app-unwrapped: unstable-2023-10-02 -> unstable-2023-10-07
Diff: https://github.com/modrinth/theseus/compare/f73c112e078a4776be90b1ee82050b51683b5041...e76a7d57c0fb4fa5077c8dcd53c4efeed42ad13f
Diffstat (limited to 'pkgs')
-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 097dffa..8bcbf22 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-02";
+ version = "unstable-2023-10-07";
src = fetchFromGitHub {
owner = "modrinth";
repo = "theseus";
- rev = "f73c112e078a4776be90b1ee82050b51683b5041";
- sha256 = "sha256-ArQe66siXDhs18Wvvdv+jxQTN+g5IWUX+G3lLcHvbaQ=";
+ rev = "e76a7d57c0fb4fa5077c8dcd53c4efeed42ad13f";
+ sha256 = "sha256-Gl+zd7WwFRDAEAvZPj9AVfFAe28ZRxORU2p0ZUttE4s=";
};
cargoLock = {