mold: 2.39.1 -> 2.40.0 (#413650)

This commit is contained in:
Azat Bahawi 2025-06-05 11:09:14 +03:00 committed by GitHub
commit c8723a9efd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -26,13 +26,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "mold";
version = "2.39.1";
version = "2.40.0";
src = fetchFromGitHub {
owner = "rui314";
repo = "mold";
tag = "v${finalAttrs.version}";
hash = "sha256-uC6oakFfF0tpSiBeps5IO41Khk7VyCMSZhVh2Gmwlyc=";
hash = "sha256-8EqAgdlvg7BSCTmMubqbq2t77xGcUI2RWEw2iuK5UXo=";
};
nativeBuildInputs = [