lol

descent3-unwrapped: 1.5.0-beta-unstable-2025-06-03 -> 1.5.0-beta-unstable-2025-06-15 (#419157)

Co-authored-by: Jayman2000 <jason@jasonyundt.email>

authored by

nixpkgs-merge-bot[bot]
Jayman2000
and committed by
GitHub
3492f143 839a0981

+3 -3
+3 -3
pkgs/by-name/de/descent3-unwrapped/package.nix
··· 20 20 # the wrapped version of Descent 3. Once there’s a stable version of Descent 21 21 # 3 that supports the -additionaldir command-line option, we can stop using 22 22 # an unstable version of Descent 3. 23 - version = "1.5.0-beta-unstable-2025-06-03"; 23 + version = "1.5.0-beta-unstable-2025-06-15"; 24 24 src = fetchFromGitHub { 25 25 owner = "DescentDevelopers"; 26 26 repo = "Descent3"; 27 - rev = "a7278df85ef8a6015e5f6c226523a3ed6e26da69"; 27 + rev = "0171d7b76a0c6d77908169af8ff3ea8d4d1cd930"; 28 28 leaveDotGit = true; 29 29 # Descent 3 is supposed to display its Git commit hash in the bottom right 30 30 # corner of the main menu. That feature only works if either the .git ··· 50 50 git rev-parse --verify HEAD | tr --delete '\n' > git-hash.txt 51 51 rm -r .git 52 52 ''; 53 - hash = "sha256-ms5CC1lnK317jfJQJhWYbz7QyqiEld+kPkwo8phBlac="; 53 + hash = "sha256-/lJlrV1OswlNa8nMfiUdQof7zb+wgwI97MwNCZFNd8g="; 54 54 }; 55 55 56 56 hardeningDisable = [ "format" ];