Skip to content

Commit

Permalink
bmake: 2020060 -> 20200629
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jul 3, 2020
1 parent a54cd1c commit 2d6d3db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/tools/build-managers/bmake/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
Expand Down

0 comments on commit 2d6d3db

Please sign in to comment.