wakatime-cli: 1.93.0 -> 1.95.0

This commit is contained in:
Sigmanificient 2024-07-21 10:02:38 +02:00
parent 2d15595062
commit 1ea1b6c6f3

View File

@ -8,13 +8,13 @@
buildGoModule rec {
pname = "wakatime-cli";
version = "1.93.0";
version = "1.95.0";
src = fetchFromGitHub {
owner = "wakatime";
repo = "wakatime-cli";
rev = "v${version}";
hash = "sha256-S4AvAGpaxp5lKi9RnLLaN8qLURYsLWIzhtXKRgQPuGc=";
hash = "sha256-dTT4+lvxB6WjDWdYznYBOs/cIa7mJudyN4P4TF67hRY=";
};
vendorHash = "sha256-+9zdEIaKQlLcBwFaY5Fe5mpHWQDqfV+j1TPmDkdRjyk=";
@ -25,11 +25,6 @@ buildGoModule rec {
"-X github.com/wakatime/wakatime-cli/pkg/version.Version=${version}"
];
postPatch = ''
substituteInPlace go.mod \
--replace-fail "go 1.22.4" "go 1.22.3"
'';
checkFlags =
let
skippedTests = [