From 1b9d6db569c8831721ff3a6676107836c49e3200 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20J=C3=A4ckel?= Date: Thu, 27 Jun 2024 00:25:55 +0200 Subject: [PATCH] fedifetcher: 7.0.5 -> 7.1.1 Changelog: https://github.com/nanos/FediFetcher/releases/tag/v7.1.1 Changelog: https://github.com/nanos/FediFetcher/releases/tag/v7.1.0 Changelog: https://github.com/nanos/FediFetcher/releases/tag/v7.0.8 Changelog: https://github.com/nanos/FediFetcher/releases/tag/v7.0.7 Changelog: https://github.com/nanos/FediFetcher/releases/tag/v7.0.6 --- pkgs/tools/misc/fedifetcher/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/tools/misc/fedifetcher/default.nix b/pkgs/tools/misc/fedifetcher/default.nix index a276c8029084..1210b7146fdb 100644 --- a/pkgs/tools/misc/fedifetcher/default.nix +++ b/pkgs/tools/misc/fedifetcher/default.nix @@ -2,14 +2,14 @@ python3.pkgs.buildPythonApplication rec { pname = "fedifetcher"; - version = "7.0.5"; + version = "7.1.1"; format = "other"; src = fetchFromGitHub { owner = "nanos"; repo = "FediFetcher"; rev = "refs/tags/v${version}"; - hash = "sha256-60TYgvAvdNI9vVK9gy4n2aYukWCp3UP+8FTywKb07bI="; + hash = "sha256-HMpLn73PTk3kwlNof4EZhRHRlHUEfzJt5raYaEqWrjI="; }; propagatedBuildInputs = with python3.pkgs; [