Skip to content

Commit dd9f7af

Browse files
taskchampion-sync-server: 0.4.1-unstable-2024-04-08 -> 0.4.1-unstable-2024-08-20
1 parent b46afe5 commit dd9f7af

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pkgs/by-name/ta/taskchampion-sync-server/package.nix

+4-4
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@
55
}:
66
rustPlatform.buildRustPackage rec {
77
pname = "taskchampion-sync-server";
8-
version = "0.4.1-unstable-2024-04-08";
8+
version = "0.4.1-unstable-2024-08-20";
99
src = fetchFromGitHub {
1010
owner = "GothenburgBitFactory";
1111
repo = "taskchampion-sync-server";
12-
rev = "31cb732f0697208ef9a8d325a79688612087185a";
12+
rev = "af918bdf0dea7f7b6e920680c947fc37b37ffffb";
1313
fetchSubmodules = false;
14-
sha256 = "sha256-CUgXJcrCOenbw9ZDFBody5FAvpT1dsZBojJk3wOv9U4=";
14+
sha256 = "sha256-BTGD7hZysmOlsT2W+gqj8+Sj6iBN9Jwiyzq5D03PDzM=";
1515
};
1616

17-
cargoHash = "sha256-TpShnVQ2eFNLXJzOTlWVaLqT56YkP4zCGCf3yVtNcvI=";
17+
cargoHash = "sha256-/HfkE+R8JoNGkCCNQpE/JjGSqPHvjCPnTjOFPCFfJ7A=";
1818

1919
# cargo tests fail when checkType="release" (default)
2020
checkType = "debug";

0 commit comments

Comments
 (0)