about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPol Dellaiera <pol.dellaiera@protonmail.com>2024-06-19 06:46:07 +0200
committerPol Dellaiera <pol.dellaiera@protonmail.com>2024-06-19 07:06:43 +0200
commit3dc779576e8ec7e3fe641a0830d68df31ec61976 (patch)
tree6e24f2b50998b4ca04bf7573291fec8b7250fd8d
parent3fdff9acf898749e83ce6fd4111234db38230775 (diff)
searxng: 0-unstable-2024-05-31 -> 0-unstable-2024-06-19
diff:
https://github.com/searxng/searxng/compare/18fb701be225560b3fb1011cc533f785823f26a4..acf3f109b2a99a5e6f25f5f2975016a36673c6ef
-rw-r--r--pkgs/by-name/se/searxng/package.nix13
1 files changed, 4 insertions, 9 deletions
diff --git a/pkgs/by-name/se/searxng/package.nix b/pkgs/by-name/se/searxng/package.nix
index bc347fb4966ec..3c29106f3e278 100644
--- a/pkgs/by-name/se/searxng/package.nix
+++ b/pkgs/by-name/se/searxng/package.nix
@@ -7,22 +7,17 @@
 python3.pkgs.toPythonModule (
   python3.pkgs.buildPythonApplication rec {
     pname = "searxng";
-    version = "0-unstable-2024-05-31";
+    version = "0-unstable-2024-06-19";
 
     src = fetchFromGitHub {
       owner = "searxng";
       repo = "searxng";
-      rev = "18fb701be225560b3fb1011cc533f785823f26a4";
-      hash = "sha256-okE/Uxl7YqcM99kLJ4KAlMQi50x5m0bPfYp5bv62WEw=";
+      rev = "acf3f109b2a99a5e6f25f5f2975016a36673c6ef";
+      hash = "sha256-NdFnB5JEaWo7gt+RwxKxkVtEL8uGLlc4z0ROHN+zoL4=";
     };
 
     postPatch = ''
       sed -i 's/==.*$//' requirements.txt
-
-      # can't be fetchpatched as it is essentially empty and it complains about that
-      # TODO: drop when updating to a version that includes https://github.com/searxng/searxng/pull/3563
-      touch searx/answerers/random/__init__.py
-      touch searx/answerers/statistics/__init__.py
     '';
 
     preBuild =
@@ -44,7 +39,7 @@ python3.pkgs.toPythonModule (
         EOF
       '';
 
-    propagatedBuildInputs =
+    dependencies =
       with python3.pkgs;
       [
         babel