From fb5167d18797e12d797788d86ac1c1daa9fe0c05 Mon Sep 17 00:00:00 2001 From: Doron Behar Date: Fri, 3 Oct 2025 16:01:09 +0300 Subject: [PATCH] beetsPackages.filetote: 1.0.2 -> 1.1.0 Diff: https://github.com/gtronset/beets-filetote/compare/v1.0.2...v1.1.0 Changelog: https://github.com/gtronset/beets-filetote/blob/v1.1.0/CHANGELOG.md --- pkgs/tools/audio/beets/plugins/filetote.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/tools/audio/beets/plugins/filetote.nix b/pkgs/tools/audio/beets/plugins/filetote.nix index d425012a2c57..fdda27b7bc87 100644 --- a/pkgs/tools/audio/beets/plugins/filetote.nix +++ b/pkgs/tools/audio/beets/plugins/filetote.nix @@ -9,14 +9,14 @@ python3Packages.buildPythonApplication rec { pname = "beets-filetote"; - version = "1.0.2"; + version = "1.1.0"; pyproject = true; src = fetchFromGitHub { owner = "gtronset"; repo = "beets-filetote"; tag = "v${version}"; - hash = "sha256-4goblrcSbjl8+xf1wwyoC2462kSy6biLUhTAVIJ8Pjc="; + hash = "sha256-5o0Hif0dNavYRH1pa1ZPTnOvk9VPXCU/Lqpg2rKzU/I="; }; postPatch = ''