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

authored by

Janik and committed by
GitHub
427cf4f0 2520d15c

+3 -3
+3 -3
pkgs/by-name/se/searxng/package.nix
··· 5 6 python3.pkgs.toPythonModule (python3.pkgs.buildPythonApplication rec { 7 pname = "searxng"; 8 - version = "unstable-2023-10-01"; 9 10 src = fetchFromGitHub { 11 owner = pname; 12 repo = pname; 13 - rev = "d56b31d67473e0970bc457469b0cbec2e35f8b10"; 14 - hash = "sha256-/lMjL2dl7UVYRjafFKmV3XsIH6QehUWCozCuBuxFgpQ="; 15 }; 16 17 postPatch = ''
··· 5 6 python3.pkgs.toPythonModule (python3.pkgs.buildPythonApplication rec { 7 pname = "searxng"; 8 + version = "unstable-2023-10-31"; 9 10 src = fetchFromGitHub { 11 owner = pname; 12 repo = pname; 13 + rev = "b05a15540e1dc2dfb8e4e25aa537b2a68e713844"; 14 + hash = "sha256-x0PyS+A4KjbBnTpca17Wx3BQjtOHvVuWpusPPc1ULnU="; 15 }; 16 17 postPatch = ''