python3Packages.vllm: fix hash after upstream tag was moved (#453051)

This commit is contained in:
Yt
2025-10-17 23:04:39 +00:00
committed by GitHub
@@ -282,7 +282,7 @@ buildPythonPackage rec {
owner = "vllm-project";
repo = "vllm";
tag = "v${version}";
hash = "sha256-uYK/e9McEyrDTACMk5S0cGCjai9rf6HMR9dpPL7ISYc=";
hash = "sha256-47TPvvPQvVbh6Gm2yvi+xhWZ8tSma91rp9hp/SBrEY8=";
};
patches = [