descent3-unwrapped: 1.5.0-beta-unstable-2025-03-11 -> 1.5.0-beta-unstable-2025-03-22 (#392502)

Co-authored-by: Jayman2000 <jason@jasonyundt.email>
This commit is contained in:
nixpkgs-merge-bot[bot] 2025-03-24 14:09:03 +00:00 committed by GitHub
commit a57bc47b74
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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-11";
version = "1.5.0-beta-unstable-2025-03-22";
src = fetchFromGitHub {
owner = "DescentDevelopers";
repo = "Descent3";
rev = "231c62d581847171efeab9caa2666e578fb501f1";
rev = "55827d453f835df944b7071ed336ba6a5c30a976";
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-UM3RHA+Lev+wUY73Mo2Y6zpGutRXM7uKM+e2Rwsf+XU=";
hash = "sha256-RZCkApFwbBtAnBWimupsaTcItwAWNJCntIu6S0UOcyU=";
};
hardeningDisable = [ "format" ];