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

pdfhummus: 4.6.4 -> 4.6.5
This commit is contained in:
Nick Cao 2024-06-26 18:30:10 -04:00 committed by GitHub
commit d179821932
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,13 +12,13 @@
stdenv.mkDerivation rec {
pname = "pdfhummus";
version = "4.6.4";
version = "4.6.5";
src = fetchFromGitHub {
owner = "galkahana";
repo = "PDF-Writer";
rev = "v${version}";
hash = "sha256-7VltECiXQY+6M5EE17SKj0KwLk0+gOJfbLqprafIgLQ=";
hash = "sha256-0k753wogNW8oW//mlVWxGLt8VIO+29f0C4CJ+rGprvw=";
};
nativeBuildInputs = [