Unverified Commit 37efe913 authored by Emily's avatar Emily Committed by GitHub
Browse files

Revert "bmake: 20240808 -> 20240921" (#350263)

parents f9302aa2 661a05d1
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 = [