Commit f799d93a authored by Anderson Torres's avatar Anderson Torres
Browse files

bmake: 20220928 -> 20230126

parent 2abfd9bd
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -8,13 +8,13 @@
, pkgsMusl # for passthru.tests
}:

stdenv.mkDerivation (finalAttrs: {
stdenv.mkDerivation (self: {
  pname = "bmake";
  version = "20220928";
  version = "20230126";

  src = fetchurl {
    url = "http://www.crufty.net/ftp/pub/sjg/${finalAttrs.pname}-${finalAttrs.version}.tar.gz";
    hash = "sha256-yAS3feP+uOMd7ipMn7Hp7CTFo0dk56KBXIi07QFlDpA=";
    url = "http://www.crufty.net/ftp/pub/sjg/${self.pname}-${self.version}.tar.gz";
    hash = "sha256-hk9yGFgs95Dsc7ILcQVCXLn/ozUiJUF3LwMTMGtqC8Q=";
  };

  # Make tests work with musl