git-latexdiff: 1.3.0 -> 1.6.0
This commit is contained in:
parent
fda3aac1c4
commit
ad669fed5f
1 changed files with 3 additions and 3 deletions
|
@ -1,12 +1,12 @@
|
||||||
{ lib, stdenv, fetchFromGitLab, git, bash }:
|
{ lib, stdenv, fetchFromGitLab, git, bash }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "1.3.0";
|
version = "1.6.0";
|
||||||
pname = "git-latexdiff";
|
pname = "git-latexdiff";
|
||||||
|
|
||||||
src = fetchFromGitLab {
|
src = fetchFromGitLab {
|
||||||
sha256 = "05fnhr1pqvj8l25vi9hdccwfk4mv2f0pfhn05whbdvf66gyl4fs9";
|
hash = "sha256-DMoGEbCBuqUGjbna3yDpD4WNTikPudYRD4Wy1pPG2mw=";
|
||||||
rev = "v${version}";
|
rev = version;
|
||||||
repo = "git-latexdiff";
|
repo = "git-latexdiff";
|
||||||
owner = "git-latexdiff";
|
owner = "git-latexdiff";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue