Skip to content

Commit

Permalink
mold: 2.35.0 -> 2.35.1 (#366223)
Browse files Browse the repository at this point in the history
  • Loading branch information
philiptaron authored Dec 18, 2024
2 parents e12ef96 + e05bb56 commit 92cbf1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/mo/mold/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@

stdenv.mkDerivation rec {
pname = "mold";
version = "2.35.0";
version = "2.35.1";

src = fetchFromGitHub {
owner = "rui314";
repo = "mold";
rev = "v${version}";
hash = "sha256-X5I7M3R2/YxFzdDtL+N4bmF8RFImMIOtZOiyJHXHS8Y=";
hash = "sha256-65J7PXBuQDclZQXApWDrl7MwQh156UR8bbkDebpgVv8=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 92cbf1c

Please sign in to comment.