python3Packages.trubar: rev as tag

Signed-off-by: lucasew <lucas59356@gmail.com>
This commit is contained in:
lucasew
2024-12-29 23:29:21 -03:00
parent 3968b0b3d3
commit 15a958efc7
@@ -17,7 +17,7 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = "janezd";
repo = "trubar";
rev = "refs/tags/${version}";
tag = version;
hash = "sha256-ChKmeACEMnFcMYSdkdVlFiE3td171ihUS2A+qsP5ASk=";
};