nx-libs: 3.5.99.19 -> 3.5.99.20

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/nx-libs/versions
This commit is contained in:
R. RyanTM 2019-05-01 07:27:56 -07:00 committed by Frederik Rietdijk
parent ff5601a7d6
commit e338ad7e3b

View file

@ -2,12 +2,12 @@
libpng, libtool, libxml2, pkgconfig, which, xorg }:
stdenv.mkDerivation rec {
name = "nx-libs-${version}";
version = "3.5.99.19";
version = "3.5.99.20";
src = fetchFromGitHub {
owner = "ArcticaProject";
repo = "nx-libs";
rev = version;
sha256 = "0vw333i59slz4rcmv32j4ydgiiihyqqy3fzgn1h6gj88qsbyfwqm";
sha256 = "1c3xjbmnylw53h04g77lk9va1sk1dgg7zhirwz3mpn73r6dkyzix";
};
nativeBuildInputs = [ autoconf automake libtool pkgconfig which