summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAaron Jheng <wentworth@outlook.com>2023-09-02 14:10:58 +0800
committerAaron Jheng <wentworth@outlook.com>2023-09-02 14:10:58 +0800
commit0cde47556236ce59db893e4cced48694305a27f8 (patch)
tree06b78757f0211b47ccd2989e37b9c5e6f6310954
parentf31b3c65e025890f21db9b317ac84edc33d0112f (diff)
ipfs-upload-client: 0.1.1 -> 0.1.2
-rw-r--r--pkgs/applications/networking/ipfs-upload-client/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/networking/ipfs-upload-client/default.nix b/pkgs/applications/networking/ipfs-upload-client/default.nix
index 449eab708cd8..8a06565e1fce 100644
--- a/pkgs/applications/networking/ipfs-upload-client/default.nix
+++ b/pkgs/applications/networking/ipfs-upload-client/default.nix
@@ -2,16 +2,16 @@
buildGoModule rec {
pname = "ipfs-upload-client";
- version = "0.1.1";
+ version = "0.1.2";
src = fetchFromGitHub {
owner = "infura";
repo = "ipfs-upload-client";
rev = "v${version}";
- sha256 = "sha256-O9N2QGQDNk/nwpuJrJKy9arN3gjsBAL+IdghfSaUrCw=";
+ hash = "sha256-BT/LC+PKzAjxM7P2Iis28OlJmrZRbCwfd6kPEL3oaaI=";
};
- vendorSha256 = "sha256-YzIUoN/B4TBlAfmvORrR9Gy+lMzwlaePm8yBoMsPaYU=";
+ vendorHash = "sha256-YzIUoN/B4TBlAfmvORrR9Gy+lMzwlaePm8yBoMsPaYU=";
meta = with lib; {
description = "A minimal CLI tool to upload files and directories to IPFS via Infura's IPFS or another API endpoint";