Unverified Commit e024929b authored by Sophie Tauchert's avatar Sophie Tauchert
Browse files

searxng: unstable-2023-07-19 -> unstable-2023-10-01

parent cd9baa85
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -5,13 +5,13 @@

python3.pkgs.toPythonModule (python3.pkgs.buildPythonApplication rec {
  pname = "searxng";
  version = "unstable-2023-07-19";
  version = "unstable-2023-10-01";

  src = fetchFromGitHub {
    owner = pname;
    repo = pname;
    rev = "a446dea1bb492eac417de9a900fae7cdf94aeec0";
    sha256 = "sha256-iZDaKCkDlp3O3IixWdXVykNRIxas+irG0dWAOU4wycI=";
    rev = "d56b31d67473e0970bc457469b0cbec2e35f8b10";
    hash = "sha256-/lMjL2dl7UVYRjafFKmV3XsIH6QehUWCozCuBuxFgpQ=";
  };

  postPatch = ''