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

mold: 1.2.0 -> 1.2.1
This commit is contained in:
Mario Rodas 2022-04-30 01:47:19 -05:00 committed by GitHub
commit 0f181cf736
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,13 +12,13 @@
stdenv.mkDerivation rec {
pname = "mold";
version = "1.2.0";
version = "1.2.1";
src = fetchFromGitHub {
owner = "rui314";
repo = pname;
rev = "v${version}";
sha256 = "sha256-KmFNe22XltSrxlINOH/3w79P1CGHwPkxKVyKMD5OcCc=";
sha256 = "sha256-qrIaHDjPiOzQ8Gi7aPT0BM9oIgWr1IdcT7vvYmsea7k=";
};
buildInputs = [ zlib openssl ];