3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #213276 from atorres1985-contrib/bmake

bmake: 20220928 -> 20230126
This commit is contained in:
Anderson Torres 2023-01-29 06:43:38 -03:00 committed by GitHub
commit 284a13e4f1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,13 +8,13 @@
, pkgsMusl # for passthru.tests , pkgsMusl # for passthru.tests
}: }:
stdenv.mkDerivation (finalAttrs: { stdenv.mkDerivation (self: {
pname = "bmake"; pname = "bmake";
version = "20220928"; version = "20230126";
src = fetchurl { src = fetchurl {
url = "http://www.crufty.net/ftp/pub/sjg/${finalAttrs.pname}-${finalAttrs.version}.tar.gz"; url = "http://www.crufty.net/ftp/pub/sjg/${self.pname}-${self.version}.tar.gz";
hash = "sha256-yAS3feP+uOMd7ipMn7Hp7CTFo0dk56KBXIi07QFlDpA="; hash = "sha256-hk9yGFgs95Dsc7ILcQVCXLn/ozUiJUF3LwMTMGtqC8Q=";
}; };
# Make tests work with musl # Make tests work with musl