diff options
| author | seth <[email protected]> | 2023-10-28 02:22:02 -0400 |
|---|---|---|
| committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2023-10-28 06:35:59 +0000 |
| commit | cf0acb1fc03ba24d24d6d3d026e8c205e7f3e0cc (patch) | |
| tree | bc50302e6e28c15dcbc9b029adf78eafaf680204 | |
| parent | 0aa98ef9047accbc78f1bcf876e49b00d8dee035 (diff) | |
modrinth-app-unwrapped: unstable-2023-10-16 -> unstable-2023-10-24
Diff: https://github.com/modrinth/theseus/compare/7fb88500718237b939a7e5402b8d901803fbe9e8...bd18dbdbe89f3027e826be5a6752c3d932a5c1ea
| -rw-r--r-- | pkgs/modrinth-app/default.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/modrinth-app/default.nix b/pkgs/modrinth-app/default.nix index 2d72a44..1109e74 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-16"; + version = "unstable-2023-10-24"; src = fetchFromGitHub { owner = "modrinth"; repo = "theseus"; - rev = "7fb88500718237b939a7e5402b8d901803fbe9e8"; - sha256 = "sha256-mOf821Mp6q5OKfT/AsszshiEPRqxEdftf9vNXM4XbTk="; + rev = "bd18dbdbe89f3027e826be5a6752c3d932a5c1ea"; + sha256 = "sha256-k7VqO1IhCKSCzDrH8wcwMeVJHFTYl7unk2KY4LVnFpI="; }; cargoLock = { |
