Merge pull request #289908 from r-ryantm/auto-update/bmake

bmake: 20240108 -> 20240212
This commit is contained in:
Nick Cao 2024-02-19 09:49:39 -05:00 committed by GitHub
commit c3486f425c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,11 +11,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "bmake";
version = "20240108";
version = "20240212";
src = fetchurl {
url = "http://www.crufty.net/ftp/pub/sjg/bmake-${finalAttrs.version}.tar.gz";
hash = "sha256-N3JXiCBhbpmZFvTFHb0kFbBvcoH2jMzMXh047SOOMQc=";
hash = "sha256-lx1aNkA1NJ6YTYLCpI1Uagxz5S87jyqimjvj0kCP+qg=";
};
patches = [