Commit 83e26d0f authored by Anderson Torres's avatar Anderson Torres
Browse files

bmake: 20240722 -> 20240808

parent 7a9f947b
Loading
Loading
Loading
Loading
+5 −3
Original line number Diff line number Diff line
@@ -11,11 +11,11 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "bmake";
  version = "20240722";
  version = "20240808";

  src = fetchurl {
    url = "https://www.crufty.net/ftp/pub/sjg/bmake-${finalAttrs.version}.tar.gz";
    hash = "sha256-FlS9DK0oQ2CElmmh6amTGB/tE3iWqsJpS4LqmjX3CeQ=";
    hash = "sha256-tZGJJRtIPezUSS8fdDh7KlhMA9WqRjfNSLOOxiucCEg=";
  };

  patches = [
@@ -29,7 +29,9 @@ stdenv.mkDerivation (finalAttrs: {

  outputs = [ "out" "man" ];

  nativeBuildInputs = [ getopt ];
  nativeBuildInputs = [
    getopt
  ];

  nativeCheckInputs = [
    bc