Unverified Commit 661a05d1 authored by Vladimír Čunát's avatar Vladimír Čunát Committed by Alyssa Ross
Browse files

Revert "bmake: 20240808 -> 20240921"

This reverts commit bf213776.

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 commit 65f28f12)

Applying to master as well to minimize the potential for confusion
about bmake being unexpectedly downgraded.
parent 968e5b2a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [