bluetuith: 0.1.5 -> 0.1.6

This commit is contained in:
R. Ryantm 2023-07-11 12:02:47 +00:00
parent 547a750222
commit 063c1122e2

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "bluetuith";
version = "0.1.5";
version = "0.1.6";
src = fetchFromGitHub {
owner = "darkhz";
repo = pname;
rev = "v${version}";
sha256 = "sha256-ii81XrIOhJNQtQWeLSqWCE4xhJOcXTzgnXm2Z20HvHo=";
sha256 = "sha256-9fhgld0jhljvDMsRlU+jXsJla2oNjdsFm8TbmmvcoL4=";
};
vendorHash = "sha256-eSgjIZmD5HL8S1XY0LK2IeWDchjFWBlRq5qriBg7l2U=";