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:
@@ -282,7 +282,7 @@ buildPythonPackage rec {
|
||||
owner = "vllm-project";
|
||||
repo = "vllm";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-uYK/e9McEyrDTACMk5S0cGCjai9rf6HMR9dpPL7ISYc=";
|
||||
hash = "sha256-47TPvvPQvVbh6Gm2yvi+xhWZ8tSma91rp9hp/SBrEY8=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
|
||||
Reference in New Issue
Block a user