chessx: 1.6.2 -> 1.6.10

This commit is contained in:
R. Ryantm
2026-03-13 10:24:53 +00:00
parent 5d734348f6
commit 7cdf2fdfea

View File

@@ -9,11 +9,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "chessx";
version = "1.6.2";
version = "1.6.10";
src = fetchurl {
url = "mirror://sourceforge/chessx/chessx-${finalAttrs.version}.tgz";
hash = "sha256-uwkdhJywLWMJl4/ihMnxqFwnTzUSL+kca5wwiabiD4A=";
hash = "sha256-d8bvP4nYw+oTel9LsNzYOyYQRvrL3gbq7iI0N60ccy8=";
};
nativeBuildInputs = [