python3Packages.orange-widget-base: 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 ca1ca71bf6
commit 3607001bec
@@ -27,7 +27,7 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = "biolab";
repo = "orange-widget-base";
rev = "refs/tags/${version}";
tag = version;
hash = "sha256-tWo8vwC8xLA2ZKeab2GqpXGdlHhaqOT9wu1efqSHZSg=";
};