angband: 4.2.5 -> 4.2.6 (#471287)

This commit is contained in:
nixpkgs-ci[bot]
2026-01-03 14:13:22 +00:00
committed by GitHub
+2 -2
View File
@@ -13,13 +13,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "angband";
version = "4.2.5";
version = "4.2.6";
src = fetchFromGitHub {
owner = "angband";
repo = "angband";
rev = finalAttrs.version;
hash = "sha256-XH2FUTJJaH5TqV2UD1CKKAXE4CRAb6zfg1UQ79a15k0=";
hash = "sha256-lx2EfE3ylcH1vLAHwNT1me1l4e4Jspkw4YJIAOlu/0E=";
};
nativeBuildInputs = [ autoreconfHook ];