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

mold: 1.0.2 -> 1.0.3
This commit is contained in:
Bernardo Meurer 2022-02-10 08:33:20 -08:00 committed by GitHub
commit a8f09e3092
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.0.2";
version = "1.0.3";
src = fetchFromGitHub {
owner = "rui314";
repo = pname;
rev = "v${version}";
sha256 = "sha256-0TXk+6hS6TJHwhowYzL8ABw3iyfVwPttJWKQ9RfzMSI=";
sha256 = "sha256-L/io0kMYkFVSmOiH6sM/CoibE1rPRwDM0fFddw6kM+4=";
};
buildInputs = [ zlib openssl ];