Merge pull request #185254 from r-ryantm/auto-update/mold

mold: 1.3.1 -> 1.4.0
This commit is contained in:
Jonas Heinrich
2022-08-08 22:41:50 +02:00
committed by GitHub
+2 -2
View File
@@ -12,13 +12,13 @@
stdenv.mkDerivation rec {
pname = "mold";
version = "1.3.1";
version = "1.4.0";
src = fetchFromGitHub {
owner = "rui314";
repo = pname;
rev = "v${version}";
sha256 = "sha256-KSIbMKaLcVUM2k+WQ5V+kU/TUQQFWpsCBVs8TQW+3g4=";
sha256 = "sha256-d1rSmDPiVHpYbDPWQKkDhcJJklKlM1+vGdzvjICTT14=";
};
buildInputs = [ zlib openssl ];