python3Packages.orange-canvas-core: rev as tag

Signed-off-by: lucasew <lucas59356@gmail.com>
This commit is contained in:
lucasew
2024-12-29 23:29:22 -03:00
parent 3607001bec
commit 91ab55610b
@@ -38,7 +38,7 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = "biolab";
repo = "orange-canvas-core";
rev = "refs/tags/${version}";
tag = version;
hash = "sha256-tLFWOXsAhqxFV0wdlAKestO/F/rDtdFnKDd0FXPeNpg=";
};