stirling-pdf: 0.28.3 -> 0.29.0 (#341966)

This commit is contained in:
OTABI Tomoya
2024-09-25 12:04:56 +09:00
committed by GitHub
2 changed files with 399 additions and 398 deletions
+397 -396
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.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 = [