about summary refs log tree commit diff
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2024-03-29 11:18:05 -0400
committerGitHub <noreply@github.com>2024-03-29 11:18:05 -0400
commitc0cc39c806cb5d77f7fb64c9a824b94ce2b92e26 (patch)
tree4decd0f4f486724a56da082272cbe4164db83458
parent79874fa59074d2af296a5a30036f763121305a63 (diff)
parentd5d2c6fe50ff0816540df29a5a9be7faf587b2f5 (diff)
Merge pull request #299923 from r-ryantm/auto-update/storj-uplink
storj-uplink: 1.100.3 -> 1.100.4
-rw-r--r--pkgs/applications/networking/sync/storj-uplink/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/sync/storj-uplink/default.nix b/pkgs/applications/networking/sync/storj-uplink/default.nix
index 8f625a1fe1b09..e65ead7bd5c74 100644
--- a/pkgs/applications/networking/sync/storj-uplink/default.nix
+++ b/pkgs/applications/networking/sync/storj-uplink/default.nix
@@ -5,13 +5,13 @@
 
 buildGoModule rec {
   pname = "storj-uplink";
-  version = "1.100.3";
+  version = "1.100.4";
 
   src = fetchFromGitHub {
     owner = "storj";
     repo = "storj";
     rev = "v${version}";
-    hash = "sha256-/aR6M/zL7xL+ujmGgu9J8Toiy7/0ou76nYJ0vwd5RVM=";
+    hash = "sha256-LPckEiuw+3WlEnW07jql+TFggB6mEzrvC7NI+pVBCLY=";
   };
 
   subPackages = [ "cmd/uplink" ];