Merge pull request #335137 from r-ryantm/auto-update/go-libp2p-daemon

go-libp2p-daemon: 0.8.1 -> 0.9.0
This commit is contained in:
Nick Cao 2024-08-17 14:48:28 -04:00 committed by GitHub
commit 83edf32daa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "go-libp2p-daemon";
version = "0.8.1";
version = "0.9.0";
src = fetchFromGitHub {
owner = "libp2p";
repo = "go-libp2p-daemon";
rev = "v${version}";
hash = "sha256-UIiP6Tb0ys1slB4YQ2m7KlrHIZDfUaKs4RAyuxWBhhw=";
hash = "sha256-1ZmtUrk5BO5tl5Brcyz6NCD9vdf5XXtbmophXVX05Tk=";
};
vendorHash = "sha256-60+JcyVV0uW+T0JZ/keyeYJNWrR3BhLInIgwbpoAe/Q=";
vendorHash = "sha256-jT3t7m8wPKejbjCvQzx+PIAl9NYk0rAl6edywvR1FaE=";
doCheck = false;