bmake: 20240722 -> 20240808

This commit is contained in:
Anderson Torres 2024-09-01 10:28:00 -03:00
parent 7a9f947b29
commit 83e26d0f96

View File

@ -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