cataclysm-dda: 0.H -> 0.I

This commit is contained in:
𝑷𝒉𝒊𝒍𝒐𝒄𝒂𝒍𝒚𝒔𝒕
2026-05-19 18:33:15 -04:00
parent df09156e11
commit 381f2ab874
+3 -6
View File
@@ -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 = [