fix arxiv-mcp-server sha
Some checks failed
Build tests / build-hosts (pull_request) Successful in 24s
Flake check / flake-check (pull_request) Failing after 29s

This commit is contained in:
sid 2026-05-27 19:47:33 +02:00
parent 998444f8f7
commit 4b0a90e00d

View file

@ -12,7 +12,7 @@ python3.pkgs.buildPythonApplication rec {
src = fetchPypi {
pname = "arxiv_mcp_server";
inherit version;
hash = "sha256-khY63SfUKgNjyACNESEQpY9q3uJSlLhuJBEaBKGmZy8=";
hash = "sha256-vxrKyq+uOgVYtWrvikcIidLra6n0GFlFvfKztrc7GH8=";
};
build-system = [