Merge pull request from r-ryantm/auto-update/bmake

bmake: 20240625 -> 20240711
This commit is contained in:
nixpkgs-merge-bot[bot] 2024-07-15 18:43:45 +00:00 committed by GitHub
commit 1ae6b1bbb9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,11 +11,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "bmake";
version = "20240625";
version = "20240711";
src = fetchurl {
url = "https://www.crufty.net/ftp/pub/sjg/bmake-${finalAttrs.version}.tar.gz";
hash = "sha256-tcBsLyiWtOTZtERLFV3IWxXJDkAlPsw4iakspFevcWQ=";
hash = "sha256-z+2sCduQhqytVeejoNIkBo90tMARxbZK1x8dhoCHjOA=";
};
patches = [