Unverified Commit 4a5dc4e9 authored by nixpkgs-merge-bot[bot]'s avatar nixpkgs-merge-bot[bot] Committed by GitHub
Browse files

searxng: 0-unstable-2025-06-28 -> 0-unstable-2025-07-08 (#423512)



Co-authored-by: default avatar999eagle <sophie@999eagle.moe>
parents 26464608 aa139f0e
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -38,14 +38,14 @@ in
python.pkgs.toPythonModule (
  python.pkgs.buildPythonApplication rec {
    pname = "searxng";
    version = "0-unstable-2025-06-28";
    version = "0-unstable-2025-07-08";
    format = "setuptools";

    src = fetchFromGitHub {
      owner = "searxng";
      repo = "searxng";
      rev = "df76647c52b56101f152c5dec7c1d08f1732ceb7";
      hash = "sha256-8Rh42DFLyQz+4cWA8x5wpFO41DusMuTo8NAloprw5w0=";
      rev = "bd593d0bad2189f57657bbcfa2c5e86f795c680e";
      hash = "sha256-vNI66OKA8LPXqc2mt8lm4iKS6njRLQhjzcykCQyPJsk=";
    };

    postPatch = ''