Loading pkgs/by-name/de/descent3-unwrapped/package.nix +3 −3 Original line number Diff line number Diff line Loading @@ -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 Loading @@ -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" ]; Loading Loading
pkgs/by-name/de/descent3-unwrapped/package.nix +3 −3 Original line number Diff line number Diff line Loading @@ -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 Loading @@ -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" ]; Loading