Unverified Commit d4584585 authored by misuzu's avatar misuzu Committed by GitHub
Browse files

descent3-unwrapped: 1.5.0-beta-unstable-2024-12-20 -> 1.5.0-beta-unstable-2025-01-01 (#371386)

parents 80814897 6ade0b3f
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -17,11 +17,11 @@ stdenv.mkDerivation rec {
  # 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
  # an unstable version of Descent 3.
  version = "1.5.0-beta-unstable-2024-12-20";
  version = "1.5.0-beta-unstable-2025-01-01";
  src = fetchFromGitHub {
    owner = "DescentDevelopers";
    repo = "Descent3";
    rev = "4ff0665dc4779c262f6dec4c50fdd4763acdfad3";
    rev = "11f93221e71201d51a71650a3b190017328cd721";
    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-8pK+lniWBlsGQvWXwEpBnpDz2CMcCOmdSc4Q9Hedo3U=";
    hash = "sha256-L+Y8Eum9SjGpbbLnBH25uUI4UgCGDwrgE5op19GOAtQ=";
  };

  hardeningDisable = [ "format" ];