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

diff-pdf: 0.5 -> 0.5.1
This commit is contained in:
Nick Cao 2023-10-26 09:07:36 -04:00 committed by GitHub
commit 1d3f691146
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "diff-pdf";
version = "0.5";
version = "0.5.1";
src = fetchFromGitHub {
owner = "vslavik";
repo = "diff-pdf";
rev = "v${version}";
sha256 = "sha256-Si8v5ZY1Q/AwQTaxa1bYG8bgqxWj++c4Hh1LzXSmSwE=";
sha256 = "sha256-jt11wssl8cH2cH3NXF+iWHxVNxPJm0I8toignBHq3q0=";
};
nativeBuildInputs = [ autoconf automake pkg-config ];