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

podofo010: 0.10.2 -> 0.10.3
This commit is contained in:
Fabián Heredia Montiel 2023-12-26 01:20:24 -06:00 committed by GitHub
commit b147750030
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.2";
version = "0.10.3";
src = fetchFromGitHub {
owner = "podofo";
repo = "podofo";
rev = finalAttrs.version;
hash = "sha256-BHTfidLn738f9kVIgzRTR4vY6fx5JPPtYNKvD7klyGw=";
hash = "sha256-B+YNTo2rZAL4PqDo+lFOQiWM9bl/TIn8xrJyefrIAYE=";
};
outputs = [ "out" "dev" "lib" ];