survex: 1.4.3 -> 1.4.11

Includes fixes for FFmpeg 7.
This commit is contained in:
Emily 2024-10-03 22:23:11 +01:00
parent 192fd67cc3
commit 1da61cd562

View File

@ -13,6 +13,7 @@
, perl
, pkg-config
, proj
, gdal
, python3
, wrapGAppsHook3
, wxGTK32
@ -20,21 +21,13 @@
stdenv.mkDerivation rec {
pname = "survex";
version = "1.4.3";
version = "1.4.11";
src = fetchurl {
url = "https://survex.com/software/${version}/${pname}-${version}.tar.gz";
hash = "sha256-7NtGTe9xNRPEvG9fQ2fC6htQLEMHfqGmBM2ezhi6oNM=";
hash = "sha256-Q+86sDfU3zYhRhnnO2rfzwmF3CmWPYcIf2VeQctIZ7Y=";
};
patches = [
# Fix cavern.tst to work with SOURCE_DATE_EPOCH set
(fetchpatch {
url = "https://github.com/ojwb/survex/commit/b1200a60be7bdea20ffebbd8bb15386041727fa6.patch";
hash = "sha256-OtFjqpU+u8XGy+PAHg2iea++b681p/Kl8YslisBs4sA=";
})
];
nativeBuildInputs = [
perl
pkg-config
@ -46,6 +39,7 @@ stdenv.mkDerivation rec {
ffmpeg
glib
proj
gdal
wxGTK32
] ++ lib.optionals stdenv.hostPlatform.isDarwin [
Carbon