diff options
| author | seth <[email protected]> | 2023-08-04 23:31:58 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-08-04 23:33:21 -0400 |
| commit | 2f5b0851aa44ff64dab34497e505d070c4be26e3 (patch) | |
| tree | 140e645cc53c1069c0f4cdc05adf322468beb8fa | |
| parent | 2445266800702b6ba4ef6b7a3f0239838bd17fe0 (diff) | |
pkgs/theseus: unstable-2023-07-29 -> unstable-2023-08-05
| -rw-r--r-- | pkgs/theseus.nix | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/theseus.nix b/pkgs/theseus.nix index ae97940..6c69a20 100644 --- a/pkgs/theseus.nix +++ b/pkgs/theseus.nix @@ -32,13 +32,13 @@ }: rustPlatform.buildRustPackage rec { pname = "theseus"; - version = "unstable-2023-07-29"; + version = "unstable-2023-08-05"; src = fetchFromGitHub { owner = "modrinth"; repo = "theseus"; - rev = "87449f91c3d76dc784238fe8a30e6594c696e850"; - sha256 = "sha256-bPVOD8yQU/AmxZmOKawtPEPU7r7lBjS24cCDdL3yXnA="; + rev = "6a76811bed3c8a5cb5e280a8637ca9ffd4e069fc"; + sha256 = "sha256-PjcrZMX48bKiJv1Iqfd+OSOISSXgg5TbDSc4m2b7IcA="; }; cargoLock = { @@ -75,7 +75,7 @@ rustPlatform.buildRustPackage rec { dontFixup = true; outputHashMode = "recursive"; - outputHash = "sha256-058bnPV0p75IoW62F2jS9ofn49InSYqpDjU/gnGDjl8="; + outputHash = "sha256-jFA8FTl1pi4pyuOzyg9kzzDTGjqtWiuI8hR6HkhrslU="; }; buildInputs = [ |
