summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2023-11-17 09:41:35 -0500
committerGitHub <noreply@github.com>2023-11-17 09:41:35 -0500
commitfd06e8981bea2178779aeb12644fe1c18408be18 (patch)
treecd9d8f5da9acdc53743bac764144785b020b4c3b /pkgs
parent495d6b1e4befa02cd39cb1072273a29360464676 (diff)
parent8015f26242d632f85937237faccadfc1ea7201cd (diff)
Merge pull request #267938 from chewblacka/update-bluetuith
bluetuith: 0.1.8 -> 0.1.9
Diffstat (limited to 'pkgs')
-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 6b12605531887..d6fad23c1632d 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.8";
+  version = "0.1.9";
 
   src = fetchFromGitHub {
     owner = "darkhz";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-b+J+8nxFZYJlAKOStpH7ItPqMw7inM5pss17kyX1brg=";
+    sha256 = "sha256-vdHnG0uQdy5PboIovtxl5i9xwFpjYLCZf2IGeiMcWe8=";
   };
 
-  vendorHash = "sha256-d0O54KNGLXU8FGr1eSEp30JMWNVo91Le2MI8UnAfTuU=";
+  vendorHash = "sha256-pYVEFKLPfstWWO6ypgv7ntAaE1Wmq2XKuZC2ccMa8Vc=";
 
   ldflags = [ "-s" "-w" ];