1
0
Fork 0

chore: update kv

Signed-off-by: jolheiser <john.olheiser@gmail.com>
main
jolheiser 2023-08-20 21:06:03 -05:00
parent 18312c381e
commit 57745070eb
Signed by: jolheiser
GPG Key ID: B853ADA5DA7BBF7A
1 changed files with 2 additions and 2 deletions

View File

@ -6,14 +6,14 @@
}:
buildGoModule rec {
pname = "kv";
version = "0.0.3";
version = "0.0.4";
src = fetchFromGitea {
domain = "git.jojodev.com";
owner = "jolheiser";
repo = "kv";
rev = "v${version}";
sha256 = "sha256-55He6BT9QgcJ20Ia7SQFMUmLkwDooD5ICCfLq7kk+FM=";
sha256 = "sha256-VkFzb44FiuV0LMxXwjoEaFvfc5ExHIUcjrjN7yxXnHo=";
};
vendorSha256 = "sha256-COA/YSyJanoxvYG3LFmp9eCwVJuqI9PZV1fLOs4MSPo=";