Merge pull request #208071 from r-ryantm/auto-update/mold

mold: 1.7.1 -> 1.8.0
This commit is contained in:
Azat Bahawi 2022-12-28 13:03:38 +03:00 committed by GitHub
commit e613395a27
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.7.1";
version = "1.8.0";
src = fetchFromGitHub {
owner = "rui314";
repo = pname;
rev = "v${version}";
hash = "sha256-sC8rJOyQB8mDCCmfpk2lVDPTWxBj7tZxVXQw8agl7t0=";
hash = "sha256-VykBOXeU3I6ZSmRIlngLdoLF4V2nb5QW/f8tr9Wn9o8=";
};
nativeBuildInputs = [ cmake ninja ];