Unverified Commit fd06e898 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #267938 from chewblacka/update-bluetuith

bluetuith: 0.1.8 -> 0.1.9
parents 495d6b1e 8015f262
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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" ];