stirling-pdf: 1.3.2 -> 1.5.0

This commit is contained in:
Ameer Taweel
2025-11-20 07:26:06 +00:00
parent 946b2cf0e9
commit 90a37cb793
2 changed files with 541 additions and 437 deletions
+538 -427
View File
File diff suppressed because it is too large Load Diff
+3 -10
View File
@@ -2,7 +2,6 @@
lib,
stdenv,
fetchFromGitHub,
fetchpatch2,
gradle_8,
makeWrapper,
jre,
@@ -13,24 +12,18 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "stirling-pdf";
version = "1.3.2";
version = "1.5.0";
src = fetchFromGitHub {
owner = "Stirling-Tools";
repo = "Stirling-PDF";
rev = "v${finalAttrs.version}";
hash = "sha256-H1nYRUIUVRUGGK+Vonr2v7oM6SfhYEsFk+JJp/4DI4M=";
tag = "v${finalAttrs.version}";
hash = "sha256-IgzBWIYK3ps0WxBMkJK/vEyvgpEv3NurbNhaTwz25Bc=";
};
patches = [
# remove timestamp from the header of a generated .properties file
./remove-props-file-timestamp.patch
# Apply fix for building on macOS. Remove when updating the package next time.
(fetchpatch2 {
name = "normalize-path-in-ApplicationPropertiesLogicTest.patch";
url = "https://github.com/Stirling-Tools/Stirling-PDF/commit/93fb62047a6ab85db63305c23dde5e5118e1ae2e.patch";
hash = "sha256-kQNYyRtJ0smuhaoII31k87b7QRBJosK6xlFiQUwobsg=";
})
];
mitmCache = gradle.fetchDeps {