Unverified Commit 77b0250b authored by OTABI Tomoya's avatar OTABI Tomoya Committed by GitHub
Browse files

stirling-pdf: 0.29.0 -> 0.30.1 (#352066)

parents 62cfb3e8 f0e85b34
Loading
Loading
Loading
Loading
+683 −402

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.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 = [