Luflosi 2 years ago
parent e0a42267f7
commit 51e891aa40
No known key found for this signature in database
GPG Key ID: 4E41E29EDCC345D0
  1. 4
      pkgs/applications/networking/ipget/default.nix

@ -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=";

Loading…
Cancel
Save