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

pdfhummus: 4.6.3 -> 4.6.4
This commit is contained in:
rewine
2024-06-02 01:21:28 +08:00
committed by GitHub
@@ -12,13 +12,13 @@
stdenv.mkDerivation rec {
pname = "pdfhummus";
version = "4.6.3";
version = "4.6.4";
src = fetchFromGitHub {
owner = "galkahana";
repo = "PDF-Writer";
rev = "v${version}";
hash = "sha256-6Hp5hacMpVdsiUvMSXBQ5432tPrkHSOiVoWa91sv38k=";
hash = "sha256-7VltECiXQY+6M5EE17SKj0KwLk0+gOJfbLqprafIgLQ=";
};
nativeBuildInputs = [