Skip to content

Commit ea912c0

Browse files
authored
mold: 2.37.1 -> 2.38.0 (#402255)
2 parents 5fe21c8 + 276e0a8 commit ea912c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/mo/mold/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@
2424

2525
stdenv.mkDerivation rec {
2626
pname = "mold";
27-
version = "2.37.1";
27+
version = "2.38.0";
2828

2929
src = fetchFromGitHub {
3030
owner = "rui314";
3131
repo = "mold";
3232
rev = "v${version}";
33-
hash = "sha256-ZGO3oT8NOOkAYTyoMUKxH3TFP4mw2z0BGdGSF2TbKaE=";
33+
hash = "sha256-qtSnzCgWcx1YEcN0LlQ0SNBvciu2Rj1bmekBhcB/la4=";
3434
};
3535

3636
nativeBuildInputs = [

0 commit comments

Comments
 (0)