diff options
| author | seth <[email protected]> | 2023-08-19 22:45:39 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-08-19 22:45:49 -0400 |
| commit | 7a03760cbbc3a14ac21d171323acc68584060d57 (patch) | |
| tree | b720e6c0a36a2bf80d5f4c9c138f31b15270ab71 | |
| parent | 41f881160b8c18485ac19724a226a03b19e5a83a (diff) | |
pkgs/modrinth-app-unwrapped: unstable-2023-08-06 -> unstable-2023-08-19
| -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 1cf9003..c43741a 100644 --- a/pkgs/modrinth-app/default.nix +++ b/pkgs/modrinth-app/default.nix @@ -27,13 +27,13 @@ }: rustPlatform.buildRustPackage rec { pname = "modrinth-app"; - version = "unstable-2023-08-06"; + version = "unstable-2023-08-19"; src = fetchFromGitHub { owner = "modrinth"; repo = "theseus"; - rev = "5f0d44a8810ec01bd4c6ccc6407d2217cb9b18ed"; - sha256 = "sha256-oKeggNxweRfznSXzJUjyRDZaKwGB8PT8pwo8BQSbCF0="; + rev = "7bea362503760cafda557ffd2592b8df65e8dfa6"; + sha256 = "sha256-pWMEiT/vQyaZYeznFDrm1NCyVRY4o2DlvanSbKiy9do="; }; cargoLock = { |
