3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #36498 from ryantm/auto-update/chessx

chessx: 1.4.0 -> 1.4.6
This commit is contained in:
Joachim F 2018-03-14 19:41:36 +00:00 committed by GitHub
commit 90d9d9de07
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,10 +1,10 @@
{ stdenv, pkgconfig, zlib, qtbase, qtsvg, qttools, qtmultimedia, qmake, fetchurl }:
stdenv.mkDerivation rec {
name = "chessx-${version}";
version = "1.4.0";
version = "1.4.6";
src = fetchurl {
url = "mirror://sourceforge/chessx/chessx-${version}.tgz";
sha256 = "1x10c9idj2qks8xk9dy7aw3alc5w7z1kvv6dnahs0428j0sp4a74";
sha256 = "1vb838byzmnyglm9mq3khh3kddb9g4g111cybxjzalxxlc81k5dd";
};
buildInputs = [
qtbase