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:
commit
a57bc47b74
@ -20,11 +20,11 @@ stdenv.mkDerivation rec {
|
|||||||
# the wrapped version of Descent 3. Once there’s a stable version of Descent
|
# the wrapped version of Descent 3. Once there’s a stable version of Descent
|
||||||
# 3 that supports the -additionaldir command-line option, we can stop using
|
# 3 that supports the -additionaldir command-line option, we can stop using
|
||||||
# an unstable version of Descent 3.
|
# 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 {
|
src = fetchFromGitHub {
|
||||||
owner = "DescentDevelopers";
|
owner = "DescentDevelopers";
|
||||||
repo = "Descent3";
|
repo = "Descent3";
|
||||||
rev = "231c62d581847171efeab9caa2666e578fb501f1";
|
rev = "55827d453f835df944b7071ed336ba6a5c30a976";
|
||||||
leaveDotGit = true;
|
leaveDotGit = true;
|
||||||
# Descent 3 is supposed to display its Git commit hash in the bottom right
|
# 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
|
# 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
|
git rev-parse --verify HEAD | tr --delete '\n' > git-hash.txt
|
||||||
rm -r .git
|
rm -r .git
|
||||||
'';
|
'';
|
||||||
hash = "sha256-UM3RHA+Lev+wUY73Mo2Y6zpGutRXM7uKM+e2Rwsf+XU=";
|
hash = "sha256-RZCkApFwbBtAnBWimupsaTcItwAWNJCntIu6S0UOcyU=";
|
||||||
};
|
};
|
||||||
|
|
||||||
hardeningDisable = [ "format" ];
|
hardeningDisable = [ "format" ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user