From e1fdf924c42bd990e5e3b9b172276e9b565eb8ec Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Fri, 15 Sep 2023 12:32:25 +0200 Subject: python311Packages.cle: 9.2.66 -> 9.2.68 Diff: https://github.com/angr/cle/compare/refs/tags/v9.2.66...v9.2.68 --- pkgs/development/python-modules/cle/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgs/development/python-modules/cle/default.nix') diff --git a/pkgs/development/python-modules/cle/default.nix b/pkgs/development/python-modules/cle/default.nix index a8aa9cbfbc6..a808be461f8 100644 --- a/pkgs/development/python-modules/cle/default.nix +++ b/pkgs/development/python-modules/cle/default.nix @@ -16,7 +16,7 @@ let # The binaries are following the argr projects release cycle - version = "9.2.66"; + version = "9.2.68"; # Binary files from https://github.com/angr/binaries (only used for testing and only here) binaries = fetchFromGitHub { @@ -38,7 +38,7 @@ buildPythonPackage rec { owner = "angr"; repo = pname; rev = "refs/tags/v${version}"; - hash = "sha256-/LDVpw1Ej2YuzwA2qUoZv/ajQZPL9dDvvawj9r5bGbo="; + hash = "sha256-qJrVAofIhoYS9dA/ipLh6Xuyt2b+trDRE/yq8tV9arI="; }; nativeBuildInputs = [ -- cgit 1.4.1