1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 03:30:45 +00:00

go-libp2p-daemon: 0.8.0 -> 0.8.1

This commit is contained in:
R. Ryantm 2024-06-05 20:11:07 +00:00 committed by Weijia Wang
parent 7d4463cc52
commit ebfdb5f441

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "go-libp2p-daemon";
version = "0.8.0";
version = "0.8.1";
src = fetchFromGitHub {
owner = "libp2p";
repo = "go-libp2p-daemon";
rev = "v${version}";
hash = "sha256-xKipt+nh7hFJHb9EmI0JZjBTuewfs82vOk1FC97sbAw=";
hash = "sha256-UIiP6Tb0ys1slB4YQ2m7KlrHIZDfUaKs4RAyuxWBhhw=";
};
vendorHash = "sha256-60+JcyVV0uW+T0JZ/keyeYJNWrR3BhLInIgwbpoAe/Q=";