Merge pull request #305954 from TomaSajt/stirling-pdf

stirling-pdf: 0.22.8 -> 0.23.0
This commit is contained in:
Guillaume Girol 2024-04-27 22:05:38 +02:00 committed by GitHub
commit 56f015a749
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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