scid-vs-pc: 4.24 -> 4.25

This commit is contained in:
R. Ryantm 2024-06-02 01:32:27 +00:00
parent a37a6e107f
commit c222b0297c

View File

@ -2,11 +2,11 @@
tcl.mkTclDerivation rec {
pname = "scid-vs-pc";
version = "4.24";
version = "4.25";
src = fetchurl {
url = "mirror://sourceforge/scidvspc/scid_vs_pc-${version}.tgz";
hash = "sha256-x4Ljn1vaXrue16kUofWAH2sDNYC8h3NvzFjffRo0EhA=";
hash = "sha256-YZsBwIp5ouGk75wsAywuYyNSeNjCAx0iWgiA7YmUmnk=";
};
postPatch = ''