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

pdfhummus: 4.5.11 -> 4.5.12
This commit is contained in:
Nick Cao 2023-10-04 09:57:19 -04:00 committed by GitHub
commit c9dde8bf8f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,13 +12,13 @@
stdenv.mkDerivation rec {
pname = "pdfhummus";
version = "4.5.11";
version = "4.5.12";
src = fetchFromGitHub {
owner = "galkahana";
repo = "PDF-Writer";
rev = "v${version}";
hash = "sha256-nTLyFGnY07gDoahYe5YqSmU/URzdvRKQ1MsXt3164+c=";
hash = "sha256-n5mzzIDU7Lb2V9YImPvceCBUt9Q+ZeF45CHtW52cGpY=";
};
nativeBuildInputs = [