Skip to content

Commit f2bfd16

Browse files
frida-tools: 14.5.0 -> 14.5.2 (NixOS#482429)
2 parents 2376c3f + a535c26 commit f2bfd16

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkgs/by-name/fr/frida-tools/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66

77
python3Packages.buildPythonApplication rec {
88
pname = "frida-tools";
9-
version = "14.5.0";
9+
version = "14.5.2";
1010
pyproject = true;
1111

1212
src = fetchPypi {
1313
inherit version;
1414
pname = "frida_tools";
15-
hash = "sha256-Wdjx0NDGojpaycHcgXp+UiBsiAoR3V3UaWw9948HWZ0=";
15+
hash = "sha256-yan13hoxurv8cUzvBW8iEmhedSOms+lTLpOmlJFbz9U=";
1616
};
1717

1818
build-system = with python3Packages; [

0 commit comments

Comments
 (0)