pdfhummus: 4.5.12 -> 4.6

This commit is contained in:
R. Ryantm 2023-10-16 12:20:11 +00:00
parent b78c85fff7
commit 1afa070519

View file

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