Merge pull request #271140 from paveloom/mold

mold: 2.3.3 -> 2.4.0
This commit is contained in:
Azat Bahawi
2023-11-30 18:21:38 +03:00
committed by GitHub
+2 -2
View File
@@ -23,13 +23,13 @@
stdenv.mkDerivation rec {
pname = "mold";
version = "2.3.3";
version = "2.4.0";
src = fetchFromGitHub {
owner = "rui314";
repo = "mold";
rev = "v${version}";
hash = "sha256-YXFfjJp4dSxzEyAtrEi/ONQZKD7QAU/MZ62l4QCcbwE=";
hash = "sha256-ufqTbY59AI1MrY/vrsDg5a4WEVz9IFTdgl1GHMw9HGc=";
};
nativeBuildInputs = [