Skip to content

Commit 73415c7

Browse files
committed
bmake: 20250308 -> 20250528
1 parent cf7c43a commit 73415c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/bm/bmake/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111

1212
stdenv.mkDerivation (finalAttrs: {
1313
pname = "bmake";
14-
version = "20250308";
14+
version = "20250528";
1515

1616
src = fetchurl {
1717
url = "https://www.crufty.net/ftp/pub/sjg/bmake-${finalAttrs.version}.tar.gz";
18-
hash = "sha256-I4jZ+xhldmM6pyX/FjVSpdunpqN1qMuakBSrV+59maI=";
18+
hash = "sha256-DcOJpeApiqWFNTtgeW1dYy3mYNreWNAKzWCtcihGyaM=";
1919
};
2020

2121
patches = [

0 commit comments

Comments
 (0)