bmake: 20240108 -> 20240212

This commit is contained in:
R. Ryantm 2024-02-19 06:22:31 +00:00
parent 157c731372
commit 90497714cc

View file

@ -11,11 +11,11 @@
stdenv.mkDerivation (finalAttrs: { stdenv.mkDerivation (finalAttrs: {
pname = "bmake"; pname = "bmake";
version = "20240108"; version = "20240212";
src = fetchurl { src = fetchurl {
url = "http://www.crufty.net/ftp/pub/sjg/bmake-${finalAttrs.version}.tar.gz"; url = "http://www.crufty.net/ftp/pub/sjg/bmake-${finalAttrs.version}.tar.gz";
hash = "sha256-N3JXiCBhbpmZFvTFHb0kFbBvcoH2jMzMXh047SOOMQc="; hash = "sha256-lx1aNkA1NJ6YTYLCpI1Uagxz5S87jyqimjvj0kCP+qg=";
}; };
patches = [ patches = [