summary refs log tree commit diff
path: root/pkgs/tools/bluetooth/bluetuith
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-08-06 20:29:57 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-08-06 20:29:57 +0000
commite3a8aeb5ae90a5408aa0f350161bf604c4b12404 (patch)
treefa9c92fe67a368cf02782f057ddaa5e726684450 /pkgs/tools/bluetooth/bluetuith
parent63220dcfbdc5b1e05f0cc54a5548d312e3f5a004 (diff)
downloadnixpkgs-e3a8aeb5ae90a5408aa0f350161bf604c4b12404.tar
nixpkgs-e3a8aeb5ae90a5408aa0f350161bf604c4b12404.tar.gz
nixpkgs-e3a8aeb5ae90a5408aa0f350161bf604c4b12404.tar.bz2
nixpkgs-e3a8aeb5ae90a5408aa0f350161bf604c4b12404.tar.lz
nixpkgs-e3a8aeb5ae90a5408aa0f350161bf604c4b12404.tar.xz
nixpkgs-e3a8aeb5ae90a5408aa0f350161bf604c4b12404.tar.zst
nixpkgs-e3a8aeb5ae90a5408aa0f350161bf604c4b12404.zip
bluetuith: 0.0.5 -> 0.0.6
Diffstat (limited to 'pkgs/tools/bluetooth/bluetuith')
-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 8495cfad8dd..bc178c155f2 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.0.5";
+  version = "0.0.6";
 
   src = fetchFromGitHub {
     owner = "darkhz";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-NXQa3aOjTIcQQZNwkS5ypBp7jzUhXztJ6LgtucIEDYI=";
+    sha256 = "sha256-HQIcHOZf7jDYaG4RnhWDTk6CRu55IfGZevbWixlNE2M=";
   };
 
-  vendorSha256 = "sha256-sCpJow5tiliiNSnKjgzxmgyHxPk8j1RdjobFwKhpU4w=";
+  vendorSha256 = "sha256-/CEQfpE5ENpfWQ0OvMaG9rZ/4BtFm21JkqDZtHwzqNU=";
 
   ldflags = [ "-s" "-w" ];