Unverified Commit 8188fcb8 authored by rewine's avatar rewine Committed by GitHub
Browse files

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

pdfhummus: 4.6.5 -> 4.6.6
parents e689d111 42acf80e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [