descent3-unwrapped: 1.5.0-beta-unstable-2025-01-01 -> 1.5.0-beta-unstable-2025-02-13

This commit is contained in:
R. Ryantm 2025-02-14 08:49:38 +00:00
parent fada727ee7
commit 651d386da8

View File

@ -17,11 +17,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-01-01";
version = "1.5.0-beta-unstable-2025-02-13";
src = fetchFromGitHub {
owner = "DescentDevelopers";
repo = "Descent3";
rev = "11f93221e71201d51a71650a3b190017328cd721";
rev = "10a20d7cb769a08010e7887b4701a0ecfb142492";
fetchSubmodules = true;
leaveDotGit = true;
# Descent 3 is supposed to display its Git commit hash in the bottom right
@ -48,7 +48,7 @@ stdenv.mkDerivation rec {
git rev-parse --verify HEAD | tr --delete '\n' > git-hash.txt
rm -r .git
'';
hash = "sha256-L+Y8Eum9SjGpbbLnBH25uUI4UgCGDwrgE5op19GOAtQ=";
hash = "sha256-Ufu6oHLUn0eI6OTp8cfHRLYpx+tZ3QwX4qz3KpTbQ68=";
};
hardeningDisable = [ "format" ];