bee: 2.3.1 -> 2.3.2

This commit is contained in:
R. Ryantm
2024-12-27 01:43:56 +00:00
parent 162b4bf7b3
commit 189b4f2a85
+2 -2
View File
@@ -5,13 +5,13 @@
buildGoModule rec {
pname = "bee";
version = "2.3.1";
version = "2.3.2";
src = fetchFromGitHub {
owner = "ethersphere";
repo = "bee";
rev = "v${version}";
hash = "sha256-pl0zx1Vmu1pC1JSGrz1M72ObzckUT1HbtgKb8hV1RG8=";
hash = "sha256-/fyonUp8LxZrnvIk06DnacHlKgSLjIjirGr7MEVU9nc=";
};
vendorHash = "sha256-kxfdreEGRY9NHxpGwgvdeYBg0m+itEhy7ih1JSD2E44=";