about summary refs log tree commit diff
path: root/pkgs/development/libraries
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-12-28 08:12:57 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-12-28 08:12:57 +0000
commite036cfa87a9ef62239281e725c0a16f0a59fd3e2 (patch)
treea69a6ca66b5b8f3de7d8a1dd7dfc9927f73e5ae9 /pkgs/development/libraries
parent55b8e90b5f2787592fc30501eb30b5c82dc70b7a (diff)
downloadnixlib-e036cfa87a9ef62239281e725c0a16f0a59fd3e2.tar
nixlib-e036cfa87a9ef62239281e725c0a16f0a59fd3e2.tar.gz
nixlib-e036cfa87a9ef62239281e725c0a16f0a59fd3e2.tar.bz2
nixlib-e036cfa87a9ef62239281e725c0a16f0a59fd3e2.tar.lz
nixlib-e036cfa87a9ef62239281e725c0a16f0a59fd3e2.tar.xz
nixlib-e036cfa87a9ef62239281e725c0a16f0a59fd3e2.tar.zst
nixlib-e036cfa87a9ef62239281e725c0a16f0a59fd3e2.zip
pdfhummus: 4.6.1 -> 4.6.2
Diffstat (limited to 'pkgs/development/libraries')
-rw-r--r--pkgs/development/libraries/pdfhummus/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/pdfhummus/default.nix b/pkgs/development/libraries/pdfhummus/default.nix
index a6b57f2b340c..bc587d83f158 100644
--- a/pkgs/development/libraries/pdfhummus/default.nix
+++ b/pkgs/development/libraries/pdfhummus/default.nix
@@ -12,13 +12,13 @@
 
 stdenv.mkDerivation rec {
   pname = "pdfhummus";
-  version = "4.6.1";
+  version = "4.6.2";
 
   src = fetchFromGitHub {
     owner = "galkahana";
     repo = "PDF-Writer";
     rev = "v${version}";
-    hash = "sha256-4QJxYxLELBDg5GZISdO2xKzJej8F21BY+GD+KkrGXws=";
+    hash = "sha256-PXiLP0lgqBdDbHHfvRT/d0M1jGjMVZZ3VDYnByzkKeI=";
   };
 
   nativeBuildInputs = [