pdfcpu: 0.7.0 -> 0.8.0

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