mold: 2.4.1 -> 2.30.0

This commit is contained in:
Pavel Sobolev 2024-03-16 13:46:40 +00:00
parent 101121beda
commit 19c6347dd3
No known key found for this signature in database

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 = [