Skip to content

Commit

Permalink
taskchampion-sync-server: 0.4.1-unstable-2024-08-20 -> 0.5.0 (NixOS#3…
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored Jan 18, 2025
2 parents 5ece020 + 91a5860 commit 9e8d806
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions pkgs/by-name/ta/taskchampion-sync-server/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,15 @@
}:
rustPlatform.buildRustPackage rec {
pname = "taskchampion-sync-server";
version = "0.4.1-unstable-2024-08-20";
version = "0.5.0";
src = fetchFromGitHub {
owner = "GothenburgBitFactory";
repo = "taskchampion-sync-server";
rev = "af918bdf0dea7f7b6e920680c947fc37b37ffffb";
fetchSubmodules = false;
hash = "sha256-BTGD7hZysmOlsT2W+gqj8+Sj6iBN9Jwiyzq5D03PDzM=";
tag = "v${version}";
hash = "sha256-uOlubcQ5LAECvQEqgUR/5aLuDGQrdHy+K6vSapACmoo=";
};

cargoHash = "sha256-/HfkE+R8JoNGkCCNQpE/JjGSqPHvjCPnTjOFPCFfJ7A=";

# cargo tests fail when checkType="release" (default)
checkType = "debug";
cargoHash = "sha256-Erhr5NduvQyUJSSurKqcZXJe4ExP68t8ysn7hZLAgP4=";

meta = {
description = "Sync server for Taskwarrior 3";
Expand Down

0 comments on commit 9e8d806

Please sign in to comment.