Unverified Commit 128bdedf authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

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

pdfhummus: 4.5.12 -> 4.6
parents 8e412741 1afa0705
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.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 = [