bt-migrate: 0-unstable-2023-08-17 → 0-unstable-2025-05-31

This commit is contained in:
Nikolay Korotkiy 2025-05-31 03:16:39 +04:00
parent 6dcfa18c9d
commit 34190defeb
No known key found for this signature in database
GPG key ID: D1DE6D7F693663A5

View file

@ -13,13 +13,13 @@
}: }:
stdenv.mkDerivation { stdenv.mkDerivation {
pname = "bt-migrate"; pname = "bt-migrate";
version = "0-unstable-2023-08-17"; version = "0-unstable-2025-05-31";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "mikedld"; owner = "mikedld";
repo = "bt-migrate"; repo = "bt-migrate";
rev = "e15a489c0c76f98355586ebbee08223af4e9bf50"; rev = "eb5b0ba5e0176844efde3a319595f52ffe900c2c";
hash = "sha256-kA6yxhbIh3ThmgF8Zyoe3I79giLVmdNr9IIrw5Xx4s0="; hash = "sha256-eg7rZnqpQiOA1N7GHv14eDAmvmj6VWq/dlw2YBw6IAA=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [
@ -54,13 +54,12 @@ stdenv.mkDerivation {
strictDeps = true; strictDeps = true;
meta = with lib; { meta = {
description = "Torrent state migration tool"; description = "Torrent state migration tool";
homepage = "https://github.com/mikedld/bt-migrate?tab=readme-ov-file"; homepage = "https://github.com/mikedld/bt-migrate?tab=readme-ov-file";
license = licenses.gpl3Only; license = lib.licenses.gpl3Only;
maintainers = with maintainers; [ ambroisie ]; maintainers = with lib.maintainers; [ ambroisie ];
mainProgram = "BtMigrate"; mainProgram = "BtMigrate";
platforms = platforms.all; platforms = lib.platforms.all;
broken = true; # https://github.com/mikedld/bt-migrate/issues/26
}; };
} }