Unverified Commit 3ca27afe authored by nixpkgs-merge-bot[bot]'s avatar nixpkgs-merge-bot[bot] Committed by GitHub
Browse files

scid-vs-pc: 4.25 -> 4.26 (#380356)



Co-authored-by: default avatarparaseba <paraseba@gmail.com>
parents bbf9255e abe25771
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,11 +12,11 @@

tcl.mkTclDerivation rec {
  pname = "scid-vs-pc";
  version = "4.25";
  version = "4.26";

  src = fetchurl {
    url = "mirror://sourceforge/scidvspc/scid_vs_pc-${version}.tgz";
    hash = "sha256-YZsBwIp5ouGk75wsAywuYyNSeNjCAx0iWgiA7YmUmnk=";
    hash = "sha256-iK4h7YS8+W2nr3Bbmai4Ervt0YWYKgkQaZ5IH7Q9HkE=";
  };

  postPatch = ''