mold: 1.8.0 -> 1.9.0

This commit is contained in:
R. Ryantm 2023-01-08 02:55:31 +00:00
parent be313a93bb
commit 8e586a2757

View file

@ -12,13 +12,13 @@
stdenv.mkDerivation rec {
pname = "mold";
version = "1.8.0";
version = "1.9.0";
src = fetchFromGitHub {
owner = "rui314";
repo = pname;
rev = "v${version}";
hash = "sha256-VykBOXeU3I6ZSmRIlngLdoLF4V2nb5QW/f8tr9Wn9o8=";
hash = "sha256-i4+MOEZWt+Qb05HgXcGR0uDuMoOAyMhVeLPQwnGiEw8=";
};
nativeBuildInputs = [ cmake ninja ];