15 version = "0-unstable-2023-08-17";
17 src = fetchFromGitHub {
20 rev = "e15a489c0c76f98355586ebbee08223af4e9bf50";
21 hash = "sha256-kA6yxhbIh3ThmgF8Zyoe3I79giLVmdNr9IIrw5Xx4s0=";
38 (lib.strings.cmakeBool "USE_VCPKG" false)
39 # NOTE: digestpp does not have proper CMake packaging (yet?)
40 (lib.strings.cmakeBool "USE_FETCHCONTENT" true)
41 (lib.strings.cmakeFeature "FETCHCONTENT_SOURCE_DIR_DIGESTPP" "${digestpp}/include/digestpp")
44 # NOTE: no install target in CMake...
57 description = "Torrent state migration tool";
58 homepage = "https://github.com/mikedld/bt-migrate?tab=readme-ov-file";
59 license = licenses.gpl3Only;
60 maintainers = with maintainers; [ ambroisie ];
61 mainProgram = "BtMigrate";
62 platforms = platforms.all;