Unverified Commit 3c153aba authored by Vladimír Čunát's avatar Vladimír Čunát Committed by GitHub
Browse files

gridcoin-research: fix GCC 15 build (#485908)

parents 7e856275 db5da97f
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -16,6 +16,7 @@
  libtool,
  miniupnpc,
  hexdump,
  fetchpatch2,
}:

stdenv.mkDerivation (finalAttrs: {
@@ -29,6 +30,13 @@ stdenv.mkDerivation (finalAttrs: {
    hash = "sha256-nupZB4nNbitpf5EBCNy0e+ovjayAszup/r7qxbxA5jI=";
  };

  patches = [
    (fetchpatch2 {
      url = "https://github.com/gridcoin-community/Gridcoin-Research/commit/bab91e95ca8c83f06dcc505e6b3f8b44dc6d50d4.patch";
      sha256 = "sha256-GzurVlR7Tk3pmQfgO9WtHXjX6xHqNzdYqOdbJND7MpA=";
    })
  ];

  nativeBuildInputs = [
    pkg-config
    wrapQtAppsHook