Merge pull request #201045 from iblech/patch-mold

mold: 1.6.0 -> 1.7.0
This commit is contained in:
Mario Rodas 2022-11-13 17:34:42 -05:00 committed by GitHub
commit 05be1ad541
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,13 +12,13 @@
stdenv.mkDerivation rec {
pname = "mold";
version = "1.6.0";
version = "1.7.0";
src = fetchFromGitHub {
owner = "rui314";
repo = pname;
rev = "v${version}";
hash = "sha256-IXXyZZw1Tp/s9YkPR5Y+A6LpvaRo+XfA8UJBtt5Bjmg=";
hash = "sha256-hSDGVS3Q0LJ7HZPz6/kSRK+9XejETra5FloeEMrkdLg=";
};
nativeBuildInputs = [ cmake ninja ];