ipget: 0.8.0 -> 0.8.1

https://github.com/ipfs/ipget/releases/tag/v0.8.1
This commit is contained in:
Luflosi 2022-06-18 16:21:31 +02:00
parent e0a42267f7
commit 51e891aa40
No known key found for this signature in database
GPG Key ID: 4E41E29EDCC345D0

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "ipget";
version = "0.8.0";
version = "0.8.1";
src = fetchFromGitHub {
owner = "ipfs";
repo = "ipget";
rev = "v${version}";
sha256 = "sha256-qRPke8/CUmGX6v+8qv9JQCUC8T9pjwRRyGmBWvatsJ0=";
sha256 = "sha256-gtDmBy7IpZCbeDG8JeKvMoaJmXpjnmKGustaNLIlTlY=";
};
vendorSha256 = "sha256-La9V5B+UDaOswh/R8ad4xsnCF5ewtF7G+uiqnarM4Mg=";