flaresolverr: 3.3.24 -> 3.3.25 (#434493)

This commit is contained in:
isabel 2025-08-18 16:12:16 +01:00 committed by GitHub
commit a0c6ea4a9f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -32,13 +32,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "flaresolverr";
version = "3.3.24";
version = "3.3.25";
src = fetchFromGitHub {
owner = "FlareSolverr";
repo = "FlareSolverr";
rev = "v${finalAttrs.version}";
hash = "sha256-BIV5+yLTgVQJtxi/F9FwtZ4pYcE2vGHmEgwigMtqwD8=";
hash = "sha256-AGRqJOIIePaJH0j0eyMFJ6Kddul3yXF6uw6dPMnskmY=";
};
nativeBuildInputs = [ makeWrapper ];