summary refs log tree commit diff
path: root/pkgs/development/python-modules/cle/default.nix
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2023-10-31 20:39:04 +0100
committerFabian Affolter <mail@fabian-affolter.ch>2023-10-31 20:39:14 +0100
commitc01648ac7477c20f1d2073148ec8de8e090d0e51 (patch)
tree0629e36b0c81c4ed0afc6c07ccba7ccdf0ae7f6b /pkgs/development/python-modules/cle/default.nix
parent7afa575032471e28dee262d152c81fa8492e3da3 (diff)
downloadnixpkgs-c01648ac7477c20f1d2073148ec8de8e090d0e51.tar
nixpkgs-c01648ac7477c20f1d2073148ec8de8e090d0e51.tar.gz
nixpkgs-c01648ac7477c20f1d2073148ec8de8e090d0e51.tar.bz2
nixpkgs-c01648ac7477c20f1d2073148ec8de8e090d0e51.tar.lz
nixpkgs-c01648ac7477c20f1d2073148ec8de8e090d0e51.tar.xz
nixpkgs-c01648ac7477c20f1d2073148ec8de8e090d0e51.tar.zst
nixpkgs-c01648ac7477c20f1d2073148ec8de8e090d0e51.zip
python311Packages.cle: 9.2.74 -> 9.2.75
Diff: https://github.com/angr/cle/compare/refs/tags/v9.2.74...v9.2.75
Diffstat (limited to 'pkgs/development/python-modules/cle/default.nix')
-rw-r--r--pkgs/development/python-modules/cle/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/python-modules/cle/default.nix b/pkgs/development/python-modules/cle/default.nix
index 6dbaac73b6b..3f4e7addb77 100644
--- a/pkgs/development/python-modules/cle/default.nix
+++ b/pkgs/development/python-modules/cle/default.nix
@@ -16,14 +16,14 @@
 
 let
   # The binaries are following the argr projects release cycle
-  version = "9.2.74";
+  version = "9.2.75";
 
   # 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-KaHAgGPspFGFPNULfXcVwXpl5RdkKHAQV/coJeMSGLQ=";
+    hash = "sha256-xiYkXC3/JPgXJ23ISl0LVrdm368hDPCG5NqQM6lDXf4=";
   };
 
 in
@@ -38,7 +38,7 @@ buildPythonPackage rec {
     owner = "angr";
     repo = "cle";
     rev = "refs/tags/v${version}";
-    hash = "sha256-e13tsrLAZu67eyUvBYtfkBASEsxdcVwJmKCHBiU78Dg=";
+    hash = "sha256-F2kgEffFWK7i1BgU5ulsNJitGcGcEziYRU+y86wKgXU=";
   };
 
   nativeBuildInputs = [