Unverified Commit 95879b28 authored by nixpkgs-merge-bot[bot]'s avatar nixpkgs-merge-bot[bot] Committed by GitHub
Browse files

descent3-unwrapped: 1.5.0-beta-unstable-2024-12-14 -> 1.5.0-beta-unstable-2024-12-20 (#368549)

parents 668e30af f6ffc98b
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-14";
  version = "1.5.0-beta-unstable-2024-12-20";
  src = fetchFromGitHub {
    owner = "DescentDevelopers";
    repo = "Descent3";
    rev = "6583bfe575e57effd877415c9d03b83c8e9e271e";
    rev = "4ff0665dc4779c262f6dec4c50fdd4763acdfad3";
    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-GQaYgmwAmAxdMq+7RQcElkX74xBAKbjYkx5W3MNWUvs=";
    hash = "sha256-8pK+lniWBlsGQvWXwEpBnpDz2CMcCOmdSc4Q9Hedo3U=";
  };

  hardeningDisable = [ "format" ];