mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
Merge pull request #36705 from ryantm/auto-update/tradcpp
tradcpp: 0.4 -> 0.5.2
This commit is contained in:
commit
de078258b1
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue