Skip to content

Commit

Permalink
python3Packages.tornado: distinguish tags from branches with refs/tags/
Browse files Browse the repository at this point in the history
  • Loading branch information
ShamrockLee committed Dec 3, 2024
1 parent 6f40e94 commit 45b46bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/python-modules/tornado/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = "tornadoweb";
repo = "tornado";
rev = "v${version}";
rev = "refs/tags/v${version}";
hash = "sha256-vWiTLKL5gzrf3J6T3u8I1HHg5Ww0sf5ybSbZX6G3UXM=";
};

Expand Down

0 comments on commit 45b46bd

Please sign in to comment.