about summary refs log tree commit diff
path: root/pkgs/development/libraries
diff options
context:
space:
mode:
authorOTABI Tomoya <tomoya.otabi@gmail.com>2023-11-05 12:36:48 +0900
committerGitHub <noreply@github.com>2023-11-05 12:36:48 +0900
commit6ec1b3552b4d495a3e726b5dcee8579b4922bcd0 (patch)
tree911a67e9147e42319ab202016a09ce14dc757991 /pkgs/development/libraries
parentc95b67d4dc941f241a5c3654f49d380cfc2ca608 (diff)
parentc39560a9d26267bc838771b9dc96d599cdebad0d (diff)
downloadnixlib-6ec1b3552b4d495a3e726b5dcee8579b4922bcd0.tar
nixlib-6ec1b3552b4d495a3e726b5dcee8579b4922bcd0.tar.gz
nixlib-6ec1b3552b4d495a3e726b5dcee8579b4922bcd0.tar.bz2
nixlib-6ec1b3552b4d495a3e726b5dcee8579b4922bcd0.tar.lz
nixlib-6ec1b3552b4d495a3e726b5dcee8579b4922bcd0.tar.xz
nixlib-6ec1b3552b4d495a3e726b5dcee8579b4922bcd0.tar.zst
nixlib-6ec1b3552b4d495a3e726b5dcee8579b4922bcd0.zip
Merge pull request #264201 from r-ryantm/auto-update/podofo010
podofo010: 0.10.1 -> 0.10.2
Diffstat (limited to 'pkgs/development/libraries')
-rw-r--r--pkgs/development/libraries/podofo/0.10.x.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/podofo/0.10.x.nix b/pkgs/development/libraries/podofo/0.10.x.nix
index 96fe45ddc2e1..dbbd5c86b96d 100644
--- a/pkgs/development/libraries/podofo/0.10.x.nix
+++ b/pkgs/development/libraries/podofo/0.10.x.nix
@@ -18,13 +18,13 @@
 
 stdenv.mkDerivation (finalAttrs: {
   pname = "podofo";
-  version = "0.10.1";
+  version = "0.10.2";
 
   src = fetchFromGitHub {
     owner = "podofo";
     repo = "podofo";
     rev = finalAttrs.version;
-    hash = "sha256-Y5dpx0otX14Jig/O/oq+Sfdcia1a0bhT/6k8nwg+k5o=";
+    hash = "sha256-BHTfidLn738f9kVIgzRTR4vY6fx5JPPtYNKvD7klyGw=";
   };
 
   outputs = [ "out" "dev" "lib" ];