scid-vs-pc: 4.19 -> 4.20 (#58877)

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/scid-vs-pc/versions
This commit is contained in:
R. RyanTM 2019-04-07 07:43:50 -07:00 committed by xeji
parent f2457b6ae1
commit bc9bbd91a7

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "scid-vs-pc-${version}";
version = "4.19";
version = "4.20";
src = fetchurl {
url = "mirror://sourceforge/scidvspc/scid_vs_pc-${version}.tgz";
sha256 = "1k2cgs6bjyrmxy5x6x1chmrxfmm224p3r9r9mpc37kridk4hshqs";
sha256 = "1mpardcxp5hsmhyla1cjqf4aalacs3v6xkf1zyjz16g1m3gh05lm";
};
nativeBuildInputs = [ makeWrapper ];