about summary refs log tree commit diff
path: root/pkgs/development/python-modules/cle
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2024-01-03 10:42:54 +0100
committerFabian Affolter <mail@fabian-affolter.ch>2024-01-03 10:44:33 +0100
commit720cb1ef0fe959364e09d1bea0edb97f7ab958fc (patch)
treecbe990e4276e0391c2a4bc83831d378cfb89388d /pkgs/development/python-modules/cle
parentd1d90b5b64b23d56636b0f9905f4ee2f491c0fb0 (diff)
python311Packages.cle: 9.2.82 -> 9.2.83
Diff: https://github.com/angr/cle/compare/refs/tags/v9.2.83...v9.2.83
Diffstat (limited to 'pkgs/development/python-modules/cle')
-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 1ae119f8404a3..bb67ce9effb90 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.82";
+  version = "9.2.83";
 
   # 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-fUp0nS4ILU90uvROH3qNy3kYrpt7yHzbCG5TE/0BqKU=";
+    hash = "sha256-WlKBuMaAuiNzDp0yP9FDY8NocLeZZZO/UoqpyvvAP0Q=";
   };
 
 in
@@ -38,7 +38,7 @@ buildPythonPackage rec {
     owner = "angr";
     repo = "cle";
     rev = "refs/tags/v${version}";
-    hash = "sha256-wzRHYgnZPLDgcf1IlXxY2a52mbeImejj/F8DUAuB1VU=";
+    hash = "sha256-42fsiUoPn6IeOvrsYxgp9bX8TAOY97RL0r+PAWHjjeo=";
   };
 
   nativeBuildInputs = [