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-09-27 09:56:37 +0200
committerFabian Affolter <mail@fabian-affolter.ch>2023-09-27 09:56:37 +0200
commitafa9af3e38de17d371a2f4a0b2da571453cb6a8e (patch)
treef96329ae3fb6127deec6410fa656dd6e540b5dd4 /pkgs/development/python-modules/cle/default.nix
parent9372a980dbfd26f68817d5d68ecba32d44c36c69 (diff)
downloadnixpkgs-afa9af3e38de17d371a2f4a0b2da571453cb6a8e.tar
nixpkgs-afa9af3e38de17d371a2f4a0b2da571453cb6a8e.tar.gz
nixpkgs-afa9af3e38de17d371a2f4a0b2da571453cb6a8e.tar.bz2
nixpkgs-afa9af3e38de17d371a2f4a0b2da571453cb6a8e.tar.lz
nixpkgs-afa9af3e38de17d371a2f4a0b2da571453cb6a8e.tar.xz
nixpkgs-afa9af3e38de17d371a2f4a0b2da571453cb6a8e.tar.zst
nixpkgs-afa9af3e38de17d371a2f4a0b2da571453cb6a8e.zip
python311Packages.cle: 9.2.69 -> 9.2.70
Diff: https://github.com/angr/cle/compare/refs/tags/v9.2.69...v9.2.70
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 5bb2a7db6e6..221a637b4ff 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.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 = [