summaryrefslogtreecommitdiff
path: root/pkgs/modrinth-app/default.nix
diff options
context:
space:
mode:
authorseth <[email protected]>2023-12-28 20:20:19 -0500
committerseth <[email protected]>2023-12-28 20:20:49 -0500
commit601e4947edf917555ca45931121e343c86b05f6a (patch)
tree919d1e6a8135bff2e178811cf0d9b01d78813b4b /pkgs/modrinth-app/default.nix
parent5b1dd85d2055d62bdbde105e2b061fb6be25fb45 (diff)
modrinth-app-unwrapped: unstable-2023-12-14 -> unstable-2023-12-28
Diff: https://github.com/modrinth/theseus/compare/ef8b525376b29bcb513b493a467c21f8842ccd00...f6a697780ba45df606d4535205ac4532f87fbc3c
Diffstat (limited to 'pkgs/modrinth-app/default.nix')
-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 fe137c8..a70589e 100644
--- a/pkgs/modrinth-app/default.nix
+++ b/pkgs/modrinth-app/default.nix
@@ -28,13 +28,13 @@
}:
rustPlatform.buildRustPackage rec {
pname = "modrinth-app-unwrapped";
- version = "unstable-2023-12-14";
+ version = "unstable-2023-12-28";
src = fetchFromGitHub {
owner = "modrinth";
repo = "theseus";
- rev = "ef8b525376b29bcb513b493a467c21f8842ccd00";
- sha256 = "sha256-gFQXcTqHgSKfne6+v837ENXYYiEYu/Yks9TpnfBCPnA=";
+ rev = "f6a697780ba45df606d4535205ac4532f87fbc3c";
+ sha256 = "sha256-i0kTwkvjmHXdEhwTW6TwTXGAEwLtOWu3/GSuOJ8uI1A=";
};
cargoLock = {