Merge pull request #292598 from paveloom/mold

mold: 2.4.0 -> 2.4.1
This commit is contained in:
Arseniy Seroka 2024-03-01 17:14:33 +01:00 committed by GitHub
commit 9687022e54
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -23,13 +23,13 @@
stdenv.mkDerivation rec {
pname = "mold";
version = "2.4.0";
version = "2.4.1";
src = fetchFromGitHub {
owner = "rui314";
repo = "mold";
rev = "v${version}";
hash = "sha256-ufqTbY59AI1MrY/vrsDg5a4WEVz9IFTdgl1GHMw9HGc=";
hash = "sha256-wwlpYAWP8sAsEkTq0w3s2jAWGayW3v9QcaVRKWHTlGE=";
};
nativeBuildInputs = [