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
+2 -2
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 ];