Unverified Commit a194724f authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

wakatime-cli: 1.115.1 -> 1.115.2 (#405290)

parents 8c0e1df4 ba806414
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,13 +10,13 @@

buildGoModule rec {
  pname = "wakatime-cli";
  version = "1.115.1";
  version = "1.115.2";

  src = fetchFromGitHub {
    owner = "wakatime";
    repo = "wakatime-cli";
    tag = "v${version}";
    hash = "sha256-vvJzYUL9lGPxe2XzeooDJ09jT3/Zv5x8rf6T7Byb7TY=";
    hash = "sha256-8Vgbm7yOb33hVwPNyl1x8egAJKiWvBo4ldp8bkUbd9A=";
  };

  vendorHash = "sha256-1yqpz3DqWHXw3ihh7YAKtl5Co91VAbBMRu68S/igrMc=";