brev-cli: 0.6.309 -> 0.6.310

This commit is contained in:
R. Ryantm
2025-05-19 21:08:23 +00:00
parent 198e914fcc
commit c828798302
+2 -2
View File
@@ -6,13 +6,13 @@
buildGoModule rec {
pname = "brev-cli";
version = "0.6.309";
version = "0.6.310";
src = fetchFromGitHub {
owner = "brevdev";
repo = pname;
rev = "v${version}";
sha256 = "sha256-T94hJqNnCsJO1Gd+CXjKXri++NZqlFjke27Xnkfz+0U=";
sha256 = "sha256-dZY87iUPr1NYZNERAzuxX/en0fgefekpXAi5Um1nTBc=";
};
vendorHash = "sha256-7MXZVdpsPHfHk8hNZM2CT0FW8gTKt3oUap7CTVYMNfI=";