Skip to content

Commit f84f76e

Browse files
authored
bmake: 20250308 -> 20250528 (#399982)
2 parents 99e0204 + 73415c7 commit f84f76e

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)