Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

mold: 2.40.2 -> 2.40.3

Changes: https://github.com/rui314/mold/releases/tag/v2.40.3

+2 -2
+2 -2
pkgs/by-name/mo/mold/package.nix
··· 26 26 27 27 stdenv.mkDerivation (finalAttrs: { 28 28 pname = "mold"; 29 - version = "2.40.2"; 29 + version = "2.40.3"; 30 30 31 31 src = fetchFromGitHub { 32 32 owner = "rui314"; 33 33 repo = "mold"; 34 34 tag = "v${finalAttrs.version}"; 35 - hash = "sha256-Db2IxHCQWb6JdJROi+nOi0pV4zb+8/TcFrJWUCdH6N8="; 35 + hash = "sha256-zE+qve1ooCN1UY0h9tI2jo7Sw+fVdhh4DPFIU7yYKSg="; 36 36 }; 37 37 38 38 nativeBuildInputs = [