stirling-pdf: 0.28.3 -> 0.29.0

This commit is contained in:
R. Ryantm 2024-09-15 03:44:24 +00:00
parent 5439240072
commit 1e4c10ff42
2 changed files with 399 additions and 398 deletions

File diff suppressed because it is too large Load Diff

View File

@ -12,13 +12,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "stirling-pdf";
version = "0.28.3";
version = "0.29.0";
src = fetchFromGitHub {
owner = "Stirling-Tools";
repo = "Stirling-PDF";
rev = "v${finalAttrs.version}";
hash = "sha256-88UdJPn9AeLtpKEu3efHm+xj4lheQ0EPyvId4vYskIo=";
hash = "sha256-pdk8TG+wtFjV3Opv42wovlZ0CNWl4jC/PSVYsDyH0Gw=";
};
patches = [