stirling-pdf: 0.29.0 -> 0.30.1

This commit is contained in:
R. Ryantm
2024-10-29 10:04:15 +00:00
parent caaaf01933
commit f0e85b34b8
2 changed files with 660 additions and 379 deletions
+658 -377
View File
File diff suppressed because it is too large Load Diff
+2 -2
View File
@@ -12,13 +12,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "stirling-pdf";
version = "0.29.0";
version = "0.30.1";
src = fetchFromGitHub {
owner = "Stirling-Tools";
repo = "Stirling-PDF";
rev = "v${finalAttrs.version}";
hash = "sha256-pdk8TG+wtFjV3Opv42wovlZ0CNWl4jC/PSVYsDyH0Gw=";
hash = "sha256-/458O/JJcBlHS66WRVLIUyv9dtuQSW2X3WUpzW1YuFk=";
};
patches = [