Merge pull request #262226 from paveloom/mold

mold: 2.3.0 -> 2.3.1
This commit is contained in:
Azat Bahawi 2023-10-20 16:06:33 +03:00 committed by GitHub
commit 747ec7f5a5
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.0";
version = "2.3.1";
src = fetchFromGitHub {
owner = "rui314";
repo = "mold";
rev = "v${version}";
hash = "sha256-TgDGAYdJjqGQradB7UJlV2emvG7q4F9ctzPaGRUgvxU=";
hash = "sha256-SahpgmkeGVXqQebtw36IjFwHcbvi0JeiEWkNV3hk3lM=";
};
nativeBuildInputs = [