Skip to content

Commit

Permalink
ipfs-cluster: 0.14.0 -> 0.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Luflosi committed Aug 16, 2021
1 parent 6e01aa7 commit 40a68ca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/networking/ipfs-cluster/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@

buildGoModule rec {
pname = "ipfs-cluster";
version = "0.14.0";
version = "0.14.1";

vendorSha256 = "sha256-I8UJxqzbcOE6pHsKkktrEXVHurxwe0D20GZZmASdWH4=";
vendorSha256 = "sha256-vDNWYgWlM3kJqlHW/6Bj6P+t6M61TvOVRJwDN2p0mi4=";

src = fetchFromGitHub {
owner = "ipfs";
repo = "ipfs-cluster";
rev = "v${version}";
sha256 = "sha256-lB0sYsbZfUJgQVNEFLoXNFszWYxlXNEQbRQWA7fRT2A=";
sha256 = "sha256-GELCd12LhA4CBe9DRRBu4r+AwCksaRVIWcSAJScvnbk=";
};

meta = with lib; {
Expand Down

0 comments on commit 40a68ca

Please sign in to comment.