···23buildGoModule rec {
4 pname = "pdfcpu";
5- version = "0.7.0";
67 src = fetchFromGitHub {
8 owner = "pdfcpu";
9 repo = pname;
10 rev = "v${version}";
11- hash = "sha256-FzlukSQSKeQY6H53UfWXwL8bXkOXRhaA92/Kgxh4oms=";
12 # Apparently upstream requires that the compiled executable will know the
13 # commit hash and the date of the commit. This information is also presented
14 # in the output of `pdfcpu version` which we use as a sanity check in the
···31 '';
32 };
3334- vendorHash = "sha256-jVX/CFf9dd9qD3gyGVDjbfINtPLCsgdjWFix4BCpDZ0=";
3536 ldflags = [
37 "-s"
···23buildGoModule rec {
4 pname = "pdfcpu";
5+ version = "0.8.0";
67 src = fetchFromGitHub {
8 owner = "pdfcpu";
9 repo = pname;
10 rev = "v${version}";
11+ hash = "sha256-E1D2DvwwrtlY06kvCZkoAO5VcdtkBJYLcxuqGsulFUA=";
12 # Apparently upstream requires that the compiled executable will know the
13 # commit hash and the date of the commit. This information is also presented
14 # in the output of `pdfcpu version` which we use as a sanity check in the
···31 '';
32 };
3334+ vendorHash = "sha256-4k4aZnQ9SjcGr/ziCacfcVfVk7w4Qhli2rOeYE76Qs0=";
3536 ldflags = [
37 "-s"