opencpn: 5.10.2 -> 5.12.4

Fixes: https://github.com/NixOS/nixpkgs/issues/450245
Signed-off-by: David Wronek <david.wronek@mainlining.org>
This commit is contained in:
David Wronek
2025-10-09 14:46:40 +02:00
parent ca4581836e
commit aa3e9b4330
+4 -2
View File
@@ -38,6 +38,7 @@
pkg-config,
portaudio,
rapidjson,
shapelib,
sqlite,
tinyxml,
util-linux,
@@ -48,13 +49,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "opencpn";
version = "5.10.2";
version = "5.12.4";
src = fetchFromGitHub {
owner = "OpenCPN";
repo = "OpenCPN";
rev = "Release_${finalAttrs.version}";
hash = "sha256-VuMClQ5k1mTMF5yWstTi9YTF4tEN68acH5OPhjdzIwM=";
hash = "sha256-1JCb2aYyjaiUvtYkBFtEdlClmiMABN3a/Hts9V1sbgc=";
};
postPatch = lib.optionalString stdenv.hostPlatform.isDarwin ''
@@ -81,6 +82,7 @@ stdenv.mkDerivation (finalAttrs: {
dbus
flac
gitMinimal
shapelib
]
++ [
glew