From 381f2ab87456dfccc9ce2f719c3ecada9322ee6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=F0=9D=91=B7=F0=9D=92=89=F0=9D=92=8A=F0=9D=92=8D?= =?UTF-8?q?=F0=9D=92=90=F0=9D=92=84=F0=9D=92=82=F0=9D=92=8D=F0=9D=92=9A?= =?UTF-8?q?=F0=9D=92=94=F0=9D=92=95?= Date: Tue, 19 May 2026 18:33:15 -0400 Subject: [PATCH] cataclysm-dda: 0.H -> 0.I --- pkgs/games/cataclysm-dda/stable.nix | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/pkgs/games/cataclysm-dda/stable.nix b/pkgs/games/cataclysm-dda/stable.nix index 224b4f097970..4e7aba8b518b 100644 --- a/pkgs/games/cataclysm-dda/stable.nix +++ b/pkgs/games/cataclysm-dda/stable.nix @@ -1,10 +1,7 @@ { - lib, callPackage, fetchFromGitHub, - fetchpatch, pkgs, - wrapCDDA, attachPkgs, tiles ? true, debug ? false, @@ -17,14 +14,14 @@ let }; self = common.overrideAttrs (common: rec { - version = "0.H-2025-07-10-0402"; + # 0.I is the latest stable release tag (https://github.com/CleverRaven/Cataclysm-DDA/releases/tag/0.I) + version = "0.I-2026-06-11-1250"; src = fetchFromGitHub { owner = "CleverRaven"; repo = "Cataclysm-DDA"; - # Head of 0.H-branch tag = "cdda-${version}"; - sha256 = "sha256-r4cl8cij68WmQRfg+DHQIeDBIwhgwSre6kAUYZaCPR8="; + hash = "sha256-DpB9OlSpg0t4L1JdMMPeQC+cLd0zs/ZkCdXSFGWgRhA="; }; patches = [