about summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-06-07 23:18:20 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-06-07 23:18:20 +0000
commitafcd7bc478d4205a41efc8e67d8e088b468fb3b7 (patch)
tree79a1723b5557369b9e22aee71975aedc5f1440f4
parent5b3b5d79aad1183a6ba800d5e3e0496cad22ddb6 (diff)
fedifetcher: 7.0.4 -> 7.0.5
-rw-r--r--pkgs/tools/misc/fedifetcher/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/misc/fedifetcher/default.nix b/pkgs/tools/misc/fedifetcher/default.nix
index ac34847ab2341..70500d6dfc2eb 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.4";
+  version = "7.0.5";
   format = "other";
 
   src = fetchFromGitHub {
     owner = "nanos";
     repo = "FediFetcher";
     rev = "refs/tags/v${version}";
-    hash = "sha256-19ZpOpvDj2/qMufH2qPPAj8hRPlViSuC64WqJp6+xSk=";
+    hash = "sha256-60TYgvAvdNI9vVK9gy4n2aYukWCp3UP+8FTywKb07bI=";
   };
 
   propagatedBuildInputs = with python3.pkgs; [