Skip to content

Commit

Permalink
python3Packages.orange-canvas-core: rev as tag
Browse files Browse the repository at this point in the history
Signed-off-by: lucasew <[email protected]>
  • Loading branch information
lucasew committed Dec 30, 2024
1 parent e957cc9 commit c4b59cb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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=";
};

Expand Down

0 comments on commit c4b59cb

Please sign in to comment.