mold-unwrapped: 2.40.4 -> 2.41.0

This commit is contained in:
Tobias Mayer
2026-04-14 17:58:14 +02:00
parent 67a6c5d61c
commit ac471ffa7b
+2 -2
View File
@@ -26,13 +26,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "mold-unwrapped";
version = "2.40.4";
version = "2.41.0";
src = fetchFromGitHub {
owner = "rui314";
repo = "mold";
tag = "v${finalAttrs.version}";
hash = "sha256-BiPeZJvMlLIC0TbsqBD1JSt/RE4xZ5wSRYujPXKb+RY=";
hash = "sha256-N+dFJk4KJY8E0UBrAlKXpMSuiseF4KAtpFMUA/nbleQ=";
};
nativeBuildInputs = [