Merge pull request #36705 from ryantm/auto-update/tradcpp

tradcpp: 0.4 -> 0.5.2
This commit is contained in:
Matthew Justin Bauer 2018-04-17 10:34:31 -05:00 committed by GitHub
commit de078258b1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,11 +1,11 @@
{ stdenv, fetchurl, autoconf }:
stdenv.mkDerivation {
name = "tradcpp-0.4";
name = "tradcpp-0.5.2";
src = fetchurl {
url = http://ftp.netbsd.org/pub/NetBSD/misc/dholland/tradcpp-0.4.tar.gz;
sha256 = "c60aa356945e0b6634bd449ead6a4fca0059d2ce3ae8044cf982140bbd54e688";
url = http://ftp.netbsd.org/pub/NetBSD/misc/dholland/tradcpp-0.5.2.tar.gz;
sha256 = "1h2bwxwc13rz3g2236l89hm47f72hn3m4h7wjir3j532kq0m68bc";
};
# tradcpp only comes with BSD-make Makefile; the patch adds configure support