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

diff-pdf: 0.5.1 -> 0.5.2
This commit is contained in:
Nick Cao 2024-01-27 11:34:46 -05:00 committed by GitHub
commit 4536a546cb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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