bmake: 20230711 -> 20230723

This commit is contained in:
R. Ryantm 2023-08-08 18:40:25 +00:00 committed by Anderson Torres
parent 553fde8b52
commit 0706a28c36

View File

@ -10,11 +10,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "bmake";
version = "20230711";
version = "20230723";
src = fetchurl {
url = "http://www.crufty.net/ftp/pub/sjg/bmake-${finalAttrs.version}.tar.gz";
hash = "sha256-CoFULAPxoObCe/UBXY+7xSY04RkIOOx9p2RYR9kzL+8=";
hash = "sha256-xCoNlRuiP3ZlMxMJ+74h7cARNqI8uUFoULQxW+X7WQQ=";
};
patches = [