Merge pull request #243907 from r-ryantm/auto-update/pdfhummus

pdfhummus: 4.5.8 -> 4.5.9
This commit is contained in:
Nick Cao
2023-07-17 00:24:54 -06:00
committed by GitHub
@@ -12,13 +12,13 @@
stdenv.mkDerivation rec {
pname = "pdfhummus";
version = "4.5.8";
version = "4.5.9";
src = fetchFromGitHub {
owner = "galkahana";
repo = "PDF-Writer";
rev = "v${version}";
hash = "sha256-aL/icjoP0SQIWXiR0pCrSevkQYDdzPfZGx4xjmPr0AU=";
hash = "sha256-2Q49+T1RH0DaQ8u0ypbvFdcPrLoO1G+XpVuYn9/4jRk=";
};
nativeBuildInputs = [