pdfcpu: 0.12.0 -> 0.12.1 (#519137)

This commit is contained in:
Doron Behar 2026-05-12 05:37:37 +00:00 committed by GitHub
commit 4e975485e7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,13 +9,13 @@
buildGoModule (finalAttrs: {
pname = "pdfcpu";
version = "0.12.0";
version = "0.12.1";
src = fetchFromGitHub {
owner = "pdfcpu";
repo = "pdfcpu";
tag = "v${finalAttrs.version}";
hash = "sha256-qCSfcxeMM7HzJIaeZJxjUVc834NmigpDKaxFQ0oSdkg=";
hash = "sha256-xAWzn32evg3PmHlevL38P06zOof3a4mmLmNuFfO2gAU=";
# 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