Merge pull request #113069 from r-ryantm/auto-update/diff-pdf

diff-pdf: 0.4.1 -> 0.5
This commit is contained in:
Maximilian Bosch 2021-02-14 17:22:29 +01:00 committed by GitHub
commit 4336fd296d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,13 +9,13 @@ let
in
stdenv.mkDerivation rec {
pname = "diff-pdf";
version = "0.4.1";
version = "0.5";
src = fetchFromGitHub {
owner = "vslavik";
repo = "diff-pdf";
rev = "v${version}";
sha256 = "1y5ji4c4m69vzs0z051fkhfdrjnyxb6kzac5flhdkfb2hgp1jnxl";
sha256 = "sha256-Si8v5ZY1Q/AwQTaxa1bYG8bgqxWj++c4Hh1LzXSmSwE=";
};
nativeBuildInputs = [ autoconf automake pkg-config ];