summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorseth <[email protected]>2023-07-25 15:42:58 -0400
committerseth <[email protected]>2023-07-25 15:42:58 -0400
commitb5a694a578ce5fe012ea92db1b43d7249a503d8b (patch)
treeaf3c22bab344d9805489350a7a4c1527f48b738f
parent173385a383c7a8aa07e294bd27b5d2d2b73ec054 (diff)
pkgs/theseus: update to 2023-07-22
-rw-r--r--pkgs/theseus/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/theseus/default.nix b/pkgs/theseus/default.nix
index 91351bd..f3ec0ac 100644
--- a/pkgs/theseus/default.nix
+++ b/pkgs/theseus/default.nix
@@ -31,8 +31,8 @@
src = fetchFromGitHub {
owner = "modrinth";
repo = "theseus";
- rev = "6650cc9ce431b61b5c9a9bf7361b47e4e0e6facf";
- sha256 = "sha256-lgOhyV6wj/hbRuTyRrtkBI+vD5RYfjZ7ezSzHVAqmzM=";
+ rev = "70aaf6eef983e58f5ac58b3d2f6fe946ea3a3730";
+ sha256 = "sha256-6zRhmCtdDT2fQ23alFPQ4xMCsD9pKJ8yF+ww4sAwFAw=";
};
theseus-frontend = let
@@ -58,7 +58,7 @@
in
rustPlatform.buildRustPackage {
inherit pname src;
- version = "2023-07-04";
+ version = "2023-07-22";
postPatch = ''
substituteInPlace theseus_gui/src-tauri/tauri.conf.json \