mold: 1.9.0 -> 1.10.1

This commit is contained in:
R. Ryantm 2023-01-31 01:43:49 +00:00
parent fe85b09c8b
commit d9da7eeef1

View File

@ -12,13 +12,13 @@
stdenv.mkDerivation rec {
pname = "mold";
version = "1.9.0";
version = "1.10.1";
src = fetchFromGitHub {
owner = "rui314";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-i4+MOEZWt+Qb05HgXcGR0uDuMoOAyMhVeLPQwnGiEw8=";
hash = "sha256-5zE5a+BYzQjgVb0Ti7bSQrGzTyysOTTR0NMOO5IKG68=";
};
nativeBuildInputs = [