Merge pull request #265494 from paveloom/mold

mold: 2.3.1 -> 2.3.2
This commit is contained in:
Azat Bahawi 2023-11-05 12:01:10 +03:00 committed by GitHub
commit 67b6bc7857
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,13 +23,13 @@
stdenv.mkDerivation rec {
pname = "mold";
version = "2.3.1";
version = "2.3.2";
src = fetchFromGitHub {
owner = "rui314";
repo = "mold";
rev = "v${version}";
hash = "sha256-SahpgmkeGVXqQebtw36IjFwHcbvi0JeiEWkNV3hk3lM=";
hash = "sha256-eX76LRzhAk2n96eMtvbnm4Id99jRCDo3gMlrr5hI3Nw=";
};
nativeBuildInputs = [