Merge pull request #240920 from r-ryantm/auto-update/podofo010

podofo010: 0.10.0 -> 0.10.1
This commit is contained in:
Weijia Wang 2023-07-03 10:18:11 +03:00 committed by GitHub
commit 2fc89a4439
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,13 +18,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "podofo";
version = "0.10.0";
version = "0.10.1";
src = fetchFromGitHub {
owner = "podofo";
repo = "podofo";
rev = finalAttrs.version;
hash = "sha256-Z9mVAo2dITEtTdqA2sftaLZSCiTbGS02RYxfNcEwd1c=";
hash = "sha256-Y5dpx0otX14Jig/O/oq+Sfdcia1a0bhT/6k8nwg+k5o=";
};
outputs = [ "out" "dev" "lib" ];