Unverified Commit 427cf4f0 authored by Janik's avatar Janik Committed by GitHub
Browse files

Merge pull request #264348 from 999eagle/update/searxng

parents 2520d15c d10adb01
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-10-01";
  version = "unstable-2023-10-31";

  src = fetchFromGitHub {
    owner = pname;
    repo = pname;
    rev = "d56b31d67473e0970bc457469b0cbec2e35f8b10";
    hash = "sha256-/lMjL2dl7UVYRjafFKmV3XsIH6QehUWCozCuBuxFgpQ=";
    rev = "b05a15540e1dc2dfb8e4e25aa537b2a68e713844";
    hash = "sha256-x0PyS+A4KjbBnTpca17Wx3BQjtOHvVuWpusPPc1ULnU=";
  };

  postPatch = ''