summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pkgs/theseus.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/theseus.nix b/pkgs/theseus.nix
index 2339aa7..ae97940 100644
--- a/pkgs/theseus.nix
+++ b/pkgs/theseus.nix
@@ -32,13 +32,13 @@
}:
rustPlatform.buildRustPackage rec {
pname = "theseus";
- version = "unstable-2023-07-27";
+ version = "unstable-2023-07-29";
src = fetchFromGitHub {
owner = "modrinth";
repo = "theseus";
- rev = "744d11f09e4f8cd264b87abe92a390e8a75ba979";
- sha256 = "sha256-StIZa6M1zc0Cbf4rXcLYEJlXso3ndszc9vmbmYUTywY=";
+ rev = "87449f91c3d76dc784238fe8a30e6594c696e850";
+ sha256 = "sha256-bPVOD8yQU/AmxZmOKawtPEPU7r7lBjS24cCDdL3yXnA=";
};
cargoLock = {