pdfcpu: 0.6.0 -> 0.7.0
This commit is contained in:
parent
0bb74f147b
commit
e9a7d7990d
1 changed files with 2 additions and 2 deletions
|
@ -2,13 +2,13 @@
|
||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "pdfcpu";
|
pname = "pdfcpu";
|
||||||
version = "0.6.0";
|
version = "0.7.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "pdfcpu";
|
owner = "pdfcpu";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-New0+pWtKdEx/k69pNisNKYj6p998HoEjAhQEDugP/g=";
|
hash = "sha256-FzlukSQSKeQY6H53UfWXwL8bXkOXRhaA92/Kgxh4oms=";
|
||||||
# Apparently upstream requires that the compiled executable will know the
|
# Apparently upstream requires that the compiled executable will know the
|
||||||
# commit hash and the date of the commit. This information is also presented
|
# 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
|
# in the output of `pdfcpu version` which we use as a sanity check in the
|
||||||
|
|
Loading…
Reference in a new issue