From 92c5786b1fc321c0293a612847bb0db86222c131 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sun, 23 Mar 2025 20:14:47 +0000 Subject: [PATCH] descent3-unwrapped: 1.5.0-beta-unstable-2025-03-11 -> 1.5.0-beta-unstable-2025-03-22 --- pkgs/by-name/de/descent3-unwrapped/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/de/descent3-unwrapped/package.nix b/pkgs/by-name/de/descent3-unwrapped/package.nix index ebf1ea414b75..d97165bd9093 100644 --- a/pkgs/by-name/de/descent3-unwrapped/package.nix +++ b/pkgs/by-name/de/descent3-unwrapped/package.nix @@ -20,11 +20,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-2025-03-11"; + version = "1.5.0-beta-unstable-2025-03-22"; src = fetchFromGitHub { owner = "DescentDevelopers"; repo = "Descent3"; - rev = "231c62d581847171efeab9caa2666e578fb501f1"; + rev = "55827d453f835df944b7071ed336ba6a5c30a976"; leaveDotGit = true; # Descent 3 is supposed to display its Git commit hash in the bottom right # corner of the main menu. That feature only works if either the .git @@ -50,7 +50,7 @@ stdenv.mkDerivation rec { git rev-parse --verify HEAD | tr --delete '\n' > git-hash.txt rm -r .git ''; - hash = "sha256-UM3RHA+Lev+wUY73Mo2Y6zpGutRXM7uKM+e2Rwsf+XU="; + hash = "sha256-RZCkApFwbBtAnBWimupsaTcItwAWNJCntIu6S0UOcyU="; }; hardeningDisable = [ "format" ];