Skip to content

Commit

Permalink
mold: 2.35.1 -> 2.36.0 (NixOS#372316)
Browse files Browse the repository at this point in the history
  • Loading branch information
azahi authored Jan 9, 2025
2 parents 2e1715c + 4a1a598 commit 1fba7da
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.1";
version = "2.36.0";

src = fetchFromGitHub {
owner = "rui314";
repo = "mold";
rev = "v${version}";
hash = "sha256-65J7PXBuQDclZQXApWDrl7MwQh156UR8bbkDebpgVv8=";
hash = "sha256-lJEQG2JPOwWMnYaOYBisusRNYKPLHtxtVtaRPhNl+fQ=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 1fba7da

Please sign in to comment.