Unverified Commit 26a926bf authored by Yt's avatar Yt Committed by GitHub
Browse files

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

parents be333557 f4162355
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -282,7 +282,7 @@ buildPythonPackage rec {
    owner = "vllm-project";
    repo = "vllm";
    tag = "v${version}";
    hash = "sha256-uYK/e9McEyrDTACMk5S0cGCjai9rf6HMR9dpPL7ISYc=";
    hash = "sha256-47TPvvPQvVbh6Gm2yvi+xhWZ8tSma91rp9hp/SBrEY8=";
  };

  patches = [