Merge pull request #302763 from r-ryantm/auto-update/stirling-pdf

stirling-pdf: 0.22.7 -> 0.22.8
This commit is contained in:
Matthias Beyer 2024-04-09 09:12:16 +02:00 committed by GitHub
commit a5b49e4479
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -11,13 +11,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "stirling-pdf";
version = "0.22.7";
version = "0.22.8";
src = fetchFromGitHub {
owner = "Stirling-Tools";
repo = "Stirling-PDF";
rev = "v${finalAttrs.version}";
hash = "sha256-BB9O5nf47IrBbrnjU1sWw6xKT4XR1c+fWrno4liH5Xs=";
hash = "sha256-wFxIMubZ6327iBRyHxeo/hsPyq572gk6K8waJ3KyMEw=";
};
patches = [