bee: 2.3.2 -> 2.4.0

This commit is contained in:
R. Ryantm
2025-01-22 12:56:22 +00:00
parent 66292a47a4
commit 82a9574d10
+2 -2
View File
@@ -5,13 +5,13 @@
buildGoModule rec {
pname = "bee";
version = "2.3.2";
version = "2.4.0";
src = fetchFromGitHub {
owner = "ethersphere";
repo = "bee";
rev = "v${version}";
hash = "sha256-/fyonUp8LxZrnvIk06DnacHlKgSLjIjirGr7MEVU9nc=";
hash = "sha256-03di/XgvUoc25b1jKxb64bAX21MTP/5M3kefUB+NbiY=";
};
vendorHash = "sha256-kxfdreEGRY9NHxpGwgvdeYBg0m+itEhy7ih1JSD2E44=";