bmake: 20230909 -> 20231124

This commit is contained in:
Anderson Torres 2023-12-26 12:12:56 -03:00
parent 6189bca1cc
commit 78d92bbe8e

View File

@ -11,11 +11,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "bmake";
version = "20230909";
version = "20231124";
src = fetchurl {
url = "http://www.crufty.net/ftp/pub/sjg/bmake-${finalAttrs.version}.tar.gz";
hash = "sha256-Hl5sdlQN/oEEQmzX/T9xXMZAT5A5ySA0RwErjy9re4Y=";
hash = "sha256-ZFO94niA04TyC5w+BcM2R+cG1n7ThdSIVng/tWEgxTA=";
};
patches = [