stirling-pdf: 0.26.1 -> 0.28.3

This commit is contained in:
TomaSajt 2024-08-19 20:06:42 +02:00
parent ae815cee91
commit 6022147eef
No known key found for this signature in database
GPG Key ID: F011163C050122A1
2 changed files with 761 additions and 724 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.26.1";
version = "0.28.3";
src = fetchFromGitHub {
owner = "Stirling-Tools";
repo = "Stirling-PDF";
rev = "v${finalAttrs.version}";
hash = "sha256-msxP2n8Varc7/h9RVwYRBuD253JZu6/p7zQC1lmNmqc=";
hash = "sha256-88UdJPn9AeLtpKEu3efHm+xj4lheQ0EPyvId4vYskIo=";
};
patches = [