python3Packages.vllm: fix hash after upstream tag was moved

The v0.11.0 tag was moved
- to https://github.com/vllm-project/vllm/commit/b8b302cde434df8c9289a2b465406b47ebab1c2d
- from its parent https://github.com/vllm-project/vllm/commit/f71952c1c49fb86686b0b300b727b26282362bf4
This commit is contained in:
Daniel Fahey
2025-10-17 22:45:27 +01:00
parent c231242f00
commit f4162355f7
@@ -282,7 +282,7 @@ buildPythonPackage rec {
owner = "vllm-project";
repo = "vllm";
tag = "v${version}";
hash = "sha256-uYK/e9McEyrDTACMk5S0cGCjai9rf6HMR9dpPL7ISYc=";
hash = "sha256-47TPvvPQvVbh6Gm2yvi+xhWZ8tSma91rp9hp/SBrEY8=";
};
patches = [