From 2f5b0851aa44ff64dab34497e505d070c4be26e3 Mon Sep 17 00:00:00 2001 From: seth Date: Fri, 4 Aug 2023 23:31:58 -0400 Subject: pkgs/theseus: unstable-2023-07-29 -> unstable-2023-08-05 --- pkgs/theseus.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'pkgs/theseus.nix') 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 = [ -- cgit v1.2.3