File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
pkgs/by-name/de/descent3-unwrapped Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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" ] ;
You can’t perform that action at this time.
0 commit comments