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

searxng: 0-unstable-2025-06-14 -> 0-unstable-2025-06-28 (#420852)



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

    src = fetchFromGitHub {
      owner = "searxng";
      repo = "searxng";
      rev = "e52e9bb4b699e39d9ce51874ea339d4773717389";
      hash = "sha256-azSFD1Uxa8RTbX3xllxkZuLCahpQdh/8F1TiUx2irhA=";
      rev = "df76647c52b56101f152c5dec7c1d08f1732ceb7";
      hash = "sha256-8Rh42DFLyQz+4cWA8x5wpFO41DusMuTo8NAloprw5w0=";
    };

    postPatch = ''