storj: update to 1.82.1
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing

This commit is contained in:
Jake Hillion 2023-07-25 20:16:03 +01:00
parent 346f94346a
commit 5962a245c9

View File

@ -1,12 +1,12 @@
{ stdenv, lib, fetchFromGitHub, buildGoModule, ... }:
let
version = "1.80.9";
version = "1.82.1";
src = fetchFromGitHub {
owner = "storj";
repo = "storj";
rev = "v${version}";
hash = "sha256-2YeBAwBpoMBRmIpNo7Vh81rtBKxJHyz817Fq0jsf1yc=";
hash = "sha256-DPWSQv4TKdOYfwsXokev42UfoxJLmC/OWLk48JnThUU=";
};
meta = with lib; {
description = "Storj is building a distributed cloud storage network.";
@ -24,7 +24,7 @@ in
buildGoModule rec {
pname = "storagenode";
inherit version src meta;
vendorHash = "sha256-Sz/aM1mYpYnnVc6PTfldaiHQPT8TZCPfB6vQpzM2GDo=";
vendorHash = "sha256-Q9+uwFmPrffvQGT9dHxf0ilCcDeVhUxrJETsngwZUXA=";
subPackages = [
"cmd/storagenode"
"cmd/identity"