3
0
Fork 0
forked from mirrors/nixpkgs

bmake: 20200606 -> 20200629

This commit is contained in:
R. RyanTM 2020-07-03 01:07:55 +00:00
parent a54cd1cace
commit 2d6d3db7e2

View file

@ -4,11 +4,11 @@
stdenv.mkDerivation rec {
pname = "bmake";
version = "20200606";
version = "20200629";
src = fetchurl {
url = "http://www.crufty.net/ftp/pub/sjg/${pname}-${version}.tar.gz";
sha256 = "00kh1g8z6808ylbfcn9afpb0xmb99k302dfdsmyx1rsn65xs58v7";
sha256 = "1cxmsz48ap6gpwx5qkkvvfsiqxc7zpn8gzmhvc1jsfha68195ms5";
};
nativeBuildInputs = [ getopt ];