bee: 2.7.0 -> 2.7.1 (#502693)

This commit is contained in:
Yohann Boniface
2026-03-27 01:29:19 +00:00
committed by GitHub
+3 -3
View File
@@ -6,16 +6,16 @@
buildGoModule (finalAttrs: {
pname = "bee";
version = "2.7.0";
version = "2.7.1";
src = fetchFromGitHub {
owner = "ethersphere";
repo = "bee";
rev = "v${finalAttrs.version}";
hash = "sha256-SteqSo2mfb3Mr5Zn1fZauhQbQ8iE3VgoDfLVj/IDhvs=";
hash = "sha256-C9kaTaqpMbJmgr+pxHZ9RjBEnzm1ykQLCItI0uoebBI=";
};
vendorHash = "sha256-6yX2WnWH2K7/2Ou82mw7/LJfu5MEZp/MN61Z2N5pgPc=";
vendorHash = "sha256-AtyC7I1sr+uNRi6fNoOJ7QVmCB16iXOZacYDQBauBI0=";
subPackages = [ "cmd/bee" ];