mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 16:33:15 +00:00
Revert "bmake: 20240808 -> 20240921"
This reverts commitbf21377621
. This wasn't a big rebuild on nixpkgs master, but now on staging-next it would rebuild *-darwin stdenv, which would be too expensive at this point. (cherry picked from commit65f28f123e
) Applying to master as well to minimize the potential for confusion about bmake being unexpectedly downgraded.
This commit is contained in:
parent
968e5b2ab2
commit
661a05d10e
@ -11,11 +11,11 @@
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "bmake";
|
||||
version = "20240921";
|
||||
version = "20240808";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://www.crufty.net/ftp/pub/sjg/bmake-${finalAttrs.version}.tar.gz";
|
||||
hash = "sha256-s0ZXnoLSltGk2ineqFlOPuWWEwsgeG3sDziZo+ESdcI=";
|
||||
hash = "sha256-tZGJJRtIPezUSS8fdDh7KlhMA9WqRjfNSLOOxiucCEg=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
|
Loading…
Reference in New Issue
Block a user