Unverified Commit bd3237f7 authored by Azat Bahawi's avatar Azat Bahawi Committed by GitHub
Browse files

mold: 2.40.1 -> 2.40.2 (#424689)

parents 89dc88bf c75ed2df
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.1";
  version = "2.40.2";

  src = fetchFromGitHub {
    owner = "rui314";
    repo = "mold";
    tag = "v${finalAttrs.version}";
    hash = "sha256-161ATZkgoipFMRcI4x4TNqxbyWxM75Cmo/rL4Hn1JFQ=";
    hash = "sha256-Db2IxHCQWb6JdJROi+nOi0pV4zb+8/TcFrJWUCdH6N8=";
  };

  nativeBuildInputs = [