Merge pull request #178166 from Luflosi/update/ipget

ipget: 0.8.0 -> 0.8.1
main
Pascal Bach 2 years ago committed by GitHub
commit 7ef251f480
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  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