about summary refs log tree commit diff
path: root/pkgs/applications/graphics
diff options
context:
space:
mode:
authorDoron Behar <doron.behar@gmail.com>2024-03-05 11:45:59 +0200
committerGitHub <noreply@github.com>2024-03-05 11:45:59 +0200
commitfadc8b7bbe5b91f63538d4aea78af3276b8211cf (patch)
treed031bbc68440d87c48acc417e00ef1c5a3391cd0 /pkgs/applications/graphics
parentb6e89f08c591aa06be7bb2e1aaa4f161509c72c9 (diff)
parente9a7d7990d5a92b0a24d66c12459afeda5979382 (diff)
downloadnixlib-fadc8b7bbe5b91f63538d4aea78af3276b8211cf.tar
nixlib-fadc8b7bbe5b91f63538d4aea78af3276b8211cf.tar.gz
nixlib-fadc8b7bbe5b91f63538d4aea78af3276b8211cf.tar.bz2
nixlib-fadc8b7bbe5b91f63538d4aea78af3276b8211cf.tar.lz
nixlib-fadc8b7bbe5b91f63538d4aea78af3276b8211cf.tar.xz
nixlib-fadc8b7bbe5b91f63538d4aea78af3276b8211cf.tar.zst
nixlib-fadc8b7bbe5b91f63538d4aea78af3276b8211cf.zip
Merge pull request #293386 from r-ryantm/auto-update/pdfcpu
pdfcpu: 0.6.0 -> 0.7.0
Diffstat (limited to 'pkgs/applications/graphics')
-rw-r--r--pkgs/applications/graphics/pdfcpu/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/graphics/pdfcpu/default.nix b/pkgs/applications/graphics/pdfcpu/default.nix
index 6c15c55d3953..2613304b17c2 100644
--- a/pkgs/applications/graphics/pdfcpu/default.nix
+++ b/pkgs/applications/graphics/pdfcpu/default.nix
@@ -2,13 +2,13 @@
 
 buildGoModule rec {
   pname = "pdfcpu";
-  version = "0.6.0";
+  version = "0.7.0";
 
   src = fetchFromGitHub {
     owner = "pdfcpu";
     repo = pname;
     rev = "v${version}";
-    hash = "sha256-New0+pWtKdEx/k69pNisNKYj6p998HoEjAhQEDugP/g=";
+    hash = "sha256-FzlukSQSKeQY6H53UfWXwL8bXkOXRhaA92/Kgxh4oms=";
     # Apparently upstream requires that the compiled executable will know the
     # commit hash and the date of the commit. This information is also presented
     # in the output of `pdfcpu version` which we use as a sanity check in the