Merge pull request #296422 from paveloom/mold

mold: 2.4.1 -> 2.30.0
This commit is contained in:
Ben Siraphob 2024-03-16 19:16:25 -07:00 committed by GitHub
commit c0d81157f0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -23,13 +23,13 @@
stdenv.mkDerivation rec {
pname = "mold";
version = "2.4.1";
version = "2.30.0";
src = fetchFromGitHub {
owner = "rui314";
repo = "mold";
rev = "v${version}";
hash = "sha256-wwlpYAWP8sAsEkTq0w3s2jAWGayW3v9QcaVRKWHTlGE=";
hash = "sha256-VVgJDKf21V7Mkfalh8tJ0Tx73VG1ong+8C6uPC23154=";
};
nativeBuildInputs = [