gnuchess: 6.2.9 -> 6.2.11 (#400209)

This commit is contained in:
7c6f434c
2025-04-20 10:24:53 +00:00
committed by GitHub
+2 -2
View File
@@ -8,11 +8,11 @@
stdenv.mkDerivation rec {
pname = "gnuchess";
version = "6.2.9";
version = "6.2.11";
src = fetchurl {
url = "mirror://gnu/chess/gnuchess-${version}.tar.gz";
sha256 = "sha256-3fzCC911aQCpq2xCx9r5CiiTv38ZzjR0IM42uuvEGJA=";
sha256 = "sha256-2BFA7qXGnRSwz7Y4FtS0yeGPulH1Jn3lsVOfRok56b0=";
};
buildInputs = [