descent3-unwrapped: 1.5.0-beta-unstable-2025-03-25 -> 1.5.0-beta-unstable-2025-05-08

This commit is contained in:
R. Ryantm
2025-05-13 23:54:25 +00:00
parent 6983909b46
commit 97d8e8b61d
@@ -20,11 +20,11 @@ stdenv.mkDerivation rec {
# the wrapped version of Descent 3. Once theres a stable version of Descent
# 3 that supports the -additionaldir command-line option, we can stop using
# an unstable version of Descent 3.
version = "1.5.0-beta-unstable-2025-03-25";
version = "1.5.0-beta-unstable-2025-05-08";
src = fetchFromGitHub {
owner = "DescentDevelopers";
repo = "Descent3";
rev = "67244d953588c8c63baa17c150076153c526258b";
rev = "72cca136162ccff6d738693d109e29568de90ebb";
leaveDotGit = true;
# Descent 3 is supposed to display its Git commit hash in the bottom right
# corner of the main menu. That feature only works if either the .git
@@ -50,7 +50,7 @@ stdenv.mkDerivation rec {
git rev-parse --verify HEAD | tr --delete '\n' > git-hash.txt
rm -r .git
'';
hash = "sha256-lRTzy5GQJ5J9ban7Q6pBmHHXgHNpgemlYYlzmUnvFW0=";
hash = "sha256-IcOSYIBqkk1e8NlPc4srr9glxWA4p0FY0QDAWb1Hb6I=";
};
hardeningDisable = [ "format" ];