We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2376c3f + a535c26 commit f2bfd16Copy full SHA for f2bfd16
1 file changed
pkgs/by-name/fr/frida-tools/package.nix
@@ -6,13 +6,13 @@
6
7
python3Packages.buildPythonApplication rec {
8
pname = "frida-tools";
9
- version = "14.5.0";
+ version = "14.5.2";
10
pyproject = true;
11
12
src = fetchPypi {
13
inherit version;
14
pname = "frida_tools";
15
- hash = "sha256-Wdjx0NDGojpaycHcgXp+UiBsiAoR3V3UaWw9948HWZ0=";
+ hash = "sha256-yan13hoxurv8cUzvBW8iEmhedSOms+lTLpOmlJFbz9U=";
16
};
17
18
build-system = with python3Packages; [
0 commit comments