gridcoin-research: fix GCC 15 build

This commit is contained in:
GiggleSquid
2026-02-01 11:50:50 +00:00
parent c42f42b692
commit db5da97f1b
@@ -16,6 +16,7 @@
libtool,
miniupnpc,
hexdump,
fetchpatch2,
}:
stdenv.mkDerivation rec {
@@ -29,6 +30,13 @@ stdenv.mkDerivation rec {
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