Reapply "bmake: 20240808 -> 20240921" (PR #349649)

This reverts commit 65f28f123e.
Update moved to staging due to causing rebuilds on staging-next.
This commit is contained in:
Vladimír Čunát
2024-10-21 15:58:56 +02:00
parent 2f706e61f5
commit 3576b958e4
+2 -2
View File
@@ -11,11 +11,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "bmake";
version = "20240808";
version = "20240921";
src = fetchurl {
url = "https://www.crufty.net/ftp/pub/sjg/bmake-${finalAttrs.version}.tar.gz";
hash = "sha256-tZGJJRtIPezUSS8fdDh7KlhMA9WqRjfNSLOOxiucCEg=";
hash = "sha256-s0ZXnoLSltGk2ineqFlOPuWWEwsgeG3sDziZo+ESdcI=";
};
patches = [