git-latexdiff: use tag argument in src

This commit is contained in:
Doron Behar
2025-11-19 17:39:16 +02:00
parent 484eda940b
commit 619efc7f0d
+1 -1
View File
@@ -12,7 +12,7 @@ stdenv.mkDerivation (finalAttrs: {
src = fetchFromGitLab {
hash = "sha256-DMoGEbCBuqUGjbna3yDpD4WNTikPudYRD4Wy1pPG2mw=";
rev = finalAttrs.version;
tag = finalAttrs.version;
repo = "git-latexdiff";
owner = "git-latexdiff";
};