···2020 # the wrapped version of Descent 3. Once there’s a stable version of Descent
2121 # 3 that supports the -additionaldir command-line option, we can stop using
2222 # an unstable version of Descent 3.
2323- version = "1.5.0-beta-unstable-2025-06-03";
2323+ version = "1.5.0-beta-unstable-2025-06-15";
2424 src = fetchFromGitHub {
2525 owner = "DescentDevelopers";
2626 repo = "Descent3";
2727- rev = "a7278df85ef8a6015e5f6c226523a3ed6e26da69";
2727+ rev = "0171d7b76a0c6d77908169af8ff3ea8d4d1cd930";
2828 leaveDotGit = true;
2929 # Descent 3 is supposed to display its Git commit hash in the bottom right
3030 # corner of the main menu. That feature only works if either the .git
···5050 git rev-parse --verify HEAD | tr --delete '\n' > git-hash.txt
5151 rm -r .git
5252 '';
5353- hash = "sha256-ms5CC1lnK317jfJQJhWYbz7QyqiEld+kPkwo8phBlac=";
5353+ hash = "sha256-/lJlrV1OswlNa8nMfiUdQof7zb+wgwI97MwNCZFNd8g=";
5454 };
55555656 hardeningDisable = [ "format" ];