pdfhummus: 4.6.5 -> 4.6.6

This commit is contained in:
R. Ryantm
2024-07-02 08:47:49 +00:00
parent 08683639c2
commit 42acf80e0e
@@ -12,13 +12,13 @@
stdenv.mkDerivation rec {
pname = "pdfhummus";
version = "4.6.5";
version = "4.6.6";
src = fetchFromGitHub {
owner = "galkahana";
repo = "PDF-Writer";
rev = "v${version}";
hash = "sha256-0k753wogNW8oW//mlVWxGLt8VIO+29f0C4CJ+rGprvw=";
hash = "sha256-JPL5+GoL4zvHgStgTV9pJBPsQtAeE2DJe02YrZEtdJ8=";
};
nativeBuildInputs = [