From 34190defeb0b45b12ba3587580e452b351f611f7 Mon Sep 17 00:00:00 2001 From: Nikolay Korotkiy Date: Sat, 31 May 2025 03:16:39 +0400 Subject: [PATCH] =?UTF-8?q?bt-migrate:=200-unstable-2023-08-17=20=E2=86=92?= =?UTF-8?q?=200-unstable-2025-05-31?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkgs/by-name/bt/bt-migrate/package.nix | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/pkgs/by-name/bt/bt-migrate/package.nix b/pkgs/by-name/bt/bt-migrate/package.nix index e5b52b10d8a8..5968559b48d1 100644 --- a/pkgs/by-name/bt/bt-migrate/package.nix +++ b/pkgs/by-name/bt/bt-migrate/package.nix @@ -13,13 +13,13 @@ }: stdenv.mkDerivation { pname = "bt-migrate"; - version = "0-unstable-2023-08-17"; + version = "0-unstable-2025-05-31"; src = fetchFromGitHub { owner = "mikedld"; repo = "bt-migrate"; - rev = "e15a489c0c76f98355586ebbee08223af4e9bf50"; - hash = "sha256-kA6yxhbIh3ThmgF8Zyoe3I79giLVmdNr9IIrw5Xx4s0="; + rev = "eb5b0ba5e0176844efde3a319595f52ffe900c2c"; + hash = "sha256-eg7rZnqpQiOA1N7GHv14eDAmvmj6VWq/dlw2YBw6IAA="; }; nativeBuildInputs = [ @@ -54,13 +54,12 @@ stdenv.mkDerivation { strictDeps = true; - meta = with lib; { + meta = { description = "Torrent state migration tool"; homepage = "https://github.com/mikedld/bt-migrate?tab=readme-ov-file"; - license = licenses.gpl3Only; - maintainers = with maintainers; [ ambroisie ]; + license = lib.licenses.gpl3Only; + maintainers = with lib.maintainers; [ ambroisie ]; mainProgram = "BtMigrate"; - platforms = platforms.all; - broken = true; # https://github.com/mikedld/bt-migrate/issues/26 + platforms = lib.platforms.all; }; }