Commit e18ae28f authored by Sergei Trofimovich's avatar Sergei Trofimovich
Browse files

mold: 2.40.3 -> 2.40.4

parent 8000dc1d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -26,13 +26,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "mold";
  version = "2.40.3";
  version = "2.40.4";

  src = fetchFromGitHub {
    owner = "rui314";
    repo = "mold";
    tag = "v${finalAttrs.version}";
    hash = "sha256-zE+qve1ooCN1UY0h9tI2jo7Sw+fVdhh4DPFIU7yYKSg=";
    hash = "sha256-BiPeZJvMlLIC0TbsqBD1JSt/RE4xZ5wSRYujPXKb+RY=";
  };

  nativeBuildInputs = [