python311Packages.cle: 9.2.75 -> 9.2.76

Diff: https://github.com/angr/cle/compare/refs/tags/v9.2.76...v9.2.76
This commit is contained in:
Fabian Affolter
2023-11-08 08:18:58 +01:00
parent c8c43c7ac9
commit 4ae0d0de0d
@@ -16,14 +16,14 @@
let
# The binaries are following the argr projects release cycle
version = "9.2.75";
version = "9.2.76";
# 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-xiYkXC3/JPgXJ23ISl0LVrdm368hDPCG5NqQM6lDXf4=";
hash = "sha256-01Y4UKTkaO6bYtVTvv4KFzkEdj4qKiWKaC80/iKa/Eg=";
};
in
@@ -38,7 +38,7 @@ buildPythonPackage rec {
owner = "angr";
repo = "cle";
rev = "refs/tags/v${version}";
hash = "sha256-F2kgEffFWK7i1BgU5ulsNJitGcGcEziYRU+y86wKgXU=";
hash = "sha256-uMT9LvDkXl3SueR80pgGJRkWbymDRmGEn8HV93K/VNc=";
};
nativeBuildInputs = [