Skip to content

Commit e3f7194

Browse files
authored
descent3-unwrapped: 1.5.0-beta-unstable-2025-01-01 -> 1.5.0-beta-unstable-2025-02-13 (#381987)
2 parents d6b73d3 + 651d386 commit e3f7194

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/de/descent3-unwrapped/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ stdenv.mkDerivation rec {
1717
# the wrapped version of Descent 3. Once there’s a stable version of Descent
1818
# 3 that supports the -additionaldir command-line option, we can stop using
1919
# an unstable version of Descent 3.
20-
version = "1.5.0-beta-unstable-2025-01-01";
20+
version = "1.5.0-beta-unstable-2025-02-13";
2121
src = fetchFromGitHub {
2222
owner = "DescentDevelopers";
2323
repo = "Descent3";
24-
rev = "11f93221e71201d51a71650a3b190017328cd721";
24+
rev = "10a20d7cb769a08010e7887b4701a0ecfb142492";
2525
fetchSubmodules = true;
2626
leaveDotGit = true;
2727
# Descent 3 is supposed to display its Git commit hash in the bottom right
@@ -48,7 +48,7 @@ stdenv.mkDerivation rec {
4848
git rev-parse --verify HEAD | tr --delete '\n' > git-hash.txt
4949
rm -r .git
5050
'';
51-
hash = "sha256-L+Y8Eum9SjGpbbLnBH25uUI4UgCGDwrgE5op19GOAtQ=";
51+
hash = "sha256-Ufu6oHLUn0eI6OTp8cfHRLYpx+tZ3QwX4qz3KpTbQ68=";
5252
};
5353

5454
hardeningDisable = [ "format" ];

0 commit comments

Comments
 (0)