Merge pull request #74644 from r-ryantm/auto-update/smplayer

smplayer: 19.10.0 -> 19.10.2
This commit is contained in:
Lancelot SIX 2019-11-29 16:50:21 +01:00 committed by GitHub
commit 25ec34a201
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,11 +2,11 @@
mkDerivation rec {
pname = "smplayer";
version = "19.10.0";
version = "19.10.2";
src = fetchurl {
url = "mirror://sourceforge/${pname}/${pname}-${version}.tar.bz2";
sha256 = "0sq7hr10b4pbbi0y1q4mxs24h2lb042nv4rqr03r72bp57353xsl";
sha256 = "0i2c15yxk4by2zyjhb7n08larz9pmpa6zw383aybjxqh0nd9zv9p";
};
buildInputs = [ qtscript ];