mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-10-30 22:21:26 +00:00
pdfcpu: 0.9.0 -> 0.9.1
Diff: https://github.com/pdfcpu/pdfcpu/compare/v0.9.0...v0.9.1
This commit is contained in:
parent
e81121612c
commit
4d2ea7ff45
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "pdfcpu";
|
pname = "pdfcpu";
|
||||||
version = "0.9.0";
|
version = "0.9.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "pdfcpu";
|
owner = "pdfcpu";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-HC8CR33/pDNHJpbLC04JDR4vSHkET4528AEjzvUaoCs=";
|
hash = "sha256-PJTEaWU/erqVJakvxfB0aYRsi/tcGxYYZjCdEvThmzM=";
|
||||||
# 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 New Issue
Block a user