Unverified Commit 6022147e authored by TomaSajt's avatar TomaSajt
Browse files

stirling-pdf: 0.26.1 -> 0.28.3

parent ae815cee
Loading
Loading
Loading
Loading
+789 −752

File changed.

Preview size limit exceeded, changes collapsed.

+2 −2
Original line number Diff line number Diff line
@@ -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 = [