about summary refs log tree commit diff
path: root/pkgs/applications/networking/ipget
diff options
context:
space:
mode:
authorLuflosi <luflosi@luflosi.de>2022-06-18 16:21:31 +0200
committerLuflosi <luflosi@luflosi.de>2022-06-18 18:31:43 +0200
commit51e891aa408416301e8ef90a82bd2219baf98eb5 (patch)
tree240ec84d93208847b1aa3037a0c31669b0b4adfc /pkgs/applications/networking/ipget
parente0a42267f73ea52adc061a64650fddc59906fc99 (diff)
ipget: 0.8.0 -> 0.8.1
https://github.com/ipfs/ipget/releases/tag/v0.8.1
Diffstat (limited to 'pkgs/applications/networking/ipget')
-rw-r--r--pkgs/applications/networking/ipget/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/ipget/default.nix b/pkgs/applications/networking/ipget/default.nix
index a8888b8e29585..7db196de61f69 100644
--- a/pkgs/applications/networking/ipget/default.nix
+++ b/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=";