bluetuith: 0.0.6 -> 0.0.7

This commit is contained in:
R. Ryantm 2022-08-10 12:18:09 +00:00
parent 0734dc5da2
commit c19121e39a

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "bluetuith";
version = "0.0.6";
version = "0.0.7";
src = fetchFromGitHub {
owner = "darkhz";
repo = pname;
rev = "v${version}";
sha256 = "sha256-HQIcHOZf7jDYaG4RnhWDTk6CRu55IfGZevbWixlNE2M=";
sha256 = "sha256-3rN82Ywr7iJk3f+RvyqPRirDUQuRksAFf5TzCXk8fgo=";
};
vendorSha256 = "sha256-/CEQfpE5ENpfWQ0OvMaG9rZ/4BtFm21JkqDZtHwzqNU=";