Merge pull request #238265 from apfelkuchen6/git-latexdiff

git-latexdiff: 1.3.0 -> 1.6.0
This commit is contained in:
figsoda 2023-06-17 13:07:27 -04:00 committed by GitHub
commit 1ad5661ab3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,12 +1,12 @@
{ lib, stdenv, fetchFromGitLab, git, bash }:
stdenv.mkDerivation rec {
version = "1.3.0";
version = "1.6.0";
pname = "git-latexdiff";
src = fetchFromGitLab {
sha256 = "05fnhr1pqvj8l25vi9hdccwfk4mv2f0pfhn05whbdvf66gyl4fs9";
rev = "v${version}";
hash = "sha256-DMoGEbCBuqUGjbna3yDpD4WNTikPudYRD4Wy1pPG2mw=";
rev = version;
repo = "git-latexdiff";
owner = "git-latexdiff";
};