Merge pull request #163464 from 06kellyjac/mold

mold: 1.1 -> 1.1.1
This commit is contained in:
Bobby Rong 2022-03-13 14:53:36 +08:00 committed by GitHub
commit 9f692cbb82
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.1";
version = "1.1.1";
src = fetchFromGitHub {
owner = "rui314";
repo = pname;
rev = "v${version}";
sha256 = "sha256-+uIP/U7H9P7oy78TL1edX9+JNYUzpwro105PYj3D6Yk=";
sha256 = "sha256-+uPVt3w3A25JFyENxqhAcjZMRzSowi2uHwGjkeQP8Og=";
};
buildInputs = [ zlib openssl ];