python311Packages.cle: 9.2.69 -> 9.2.70

Diff: https://github.com/angr/cle/compare/refs/tags/v9.2.69...v9.2.70
This commit is contained in:
Fabian Affolter 2023-09-27 09:56:37 +02:00
parent 9372a980db
commit afa9af3e38

View file

@ -16,14 +16,14 @@
let
# The binaries are following the argr projects release cycle
version = "9.2.69";
version = "9.2.70";
# Binary files from https://github.com/angr/binaries (only used for testing and only here)
binaries = fetchFromGitHub {
owner = "angr";
repo = "binaries";
rev = "refs/tags/v${version}";
hash = "sha256-AURNfPdmvMwVxYwLa60T7pJxKbGbTy3xeH/jm1Qdad0=";
hash = "sha256-AURNfPdmvMwVxYwLa10T7pJxKbGbTy3xeH/jm1Qdad0=";
};
in
@ -38,7 +38,7 @@ buildPythonPackage rec {
owner = "angr";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-6NDNGcKiBKKzkzXx/gnSyO/dCHD4VrcClGCMndwxF9Q=";
hash = "sha256-1ekHkkjoGY1y4WV0vCnk4EWkkH60gQAOvlJV6AIOatw=";
};
nativeBuildInputs = [