about summary refs log tree commit diff
path: root/pkgs/tools/bluetooth
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-06-30 15:15:11 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-06-30 15:15:11 +0000
commit4a0bb282a539e872ba9dc7bf91e77f52a61a8033 (patch)
tree6f908521b430a787dc6f8cbd069f643db2658e73 /pkgs/tools/bluetooth
parent3dcf767fffc6a2be01f189e9165d7a33175e12d8 (diff)
bluetuith: 0.1.3 -> 0.1.5
Diffstat (limited to 'pkgs/tools/bluetooth')
-rw-r--r--pkgs/tools/bluetooth/bluetuith/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/bluetooth/bluetuith/default.nix b/pkgs/tools/bluetooth/bluetuith/default.nix
index fe39eb66650e9..a65b70d0ba4f8 100644
--- a/pkgs/tools/bluetooth/bluetuith/default.nix
+++ b/pkgs/tools/bluetooth/bluetuith/default.nix
@@ -2,16 +2,16 @@
 
 buildGoModule rec {
   pname = "bluetuith";
-  version = "0.1.3";
+  version = "0.1.5";
 
   src = fetchFromGitHub {
     owner = "darkhz";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-Xcj+1zSAgizj5e1VY77ma8i9XEuDaebyNZJcFCsNYwI=";
+    sha256 = "sha256-ii81XrIOhJNQtQWeLSqWCE4xhJOcXTzgnXm2Z20HvHo=";
   };
 
-  vendorSha256 = "sha256-vPVfI2MXrUEvx/jlt6A3EEHiyiy4R3FSw3UnF76ZZho=";
+  vendorHash = "sha256-eSgjIZmD5HL8S1XY0LK2IeWDchjFWBlRq5qriBg7l2U=";
 
   ldflags = [ "-s" "-w" ];