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

pdfhummus: 4.6 -> 4.6.1
This commit is contained in:
OTABI Tomoya
2023-11-14 00:20:02 +09:00
committed by GitHub
@@ -12,13 +12,13 @@
stdenv.mkDerivation rec {
pname = "pdfhummus";
version = "4.6";
version = "4.6.1";
src = fetchFromGitHub {
owner = "galkahana";
repo = "PDF-Writer";
rev = "v${version}";
hash = "sha256-TP/NDh5fPPHuiRaj6+YZfhtHZmlb+mqtnXfzyjVKAHY=";
hash = "sha256-4QJxYxLELBDg5GZISdO2xKzJej8F21BY+GD+KkrGXws=";
};
nativeBuildInputs = [