Merge pull request #153053 from siraben/mold-update

mold: 1.0.0 -> 1.0.1
This commit is contained in:
Ben Siraphob
2022-01-02 21:32:47 +07:00
committed by GitHub
+2 -2
View File
@@ -11,13 +11,13 @@
stdenv.mkDerivation rec {
pname = "mold";
version = "1.0.0";
version = "1.0.1";
src = fetchFromGitHub {
owner = "rui314";
repo = pname;
rev = "v${version}";
sha256 = "sha256-89Dh4qly70Jzyo/KPlRte58hbN5HNnzZpi32tFd8fXU=";
sha256 = "sha256-G+mVZS3ZRuBd00xfBqrTvmHOykFk63nJlucxv01nr3k=";
};
buildInputs = [ zlib openssl ];