summary refs log tree commit diff
diff options
context:
space:
mode:
authorThomas Gerbet <thomas@gerbet.me>2022-01-06 00:59:15 +0100
committerThomas Gerbet <thomas@gerbet.me>2022-01-06 00:59:15 +0100
commit5ef18697ff82531d707b6a2f7353edf0ddb3afeb (patch)
treed8eeb1108afbb42022c227abd1f47e4d1b62a465
parent0c8b2ce6c023e664d341e62d7f5cf4616a7e352d (diff)
downloadnixpkgs-5ef18697ff82531d707b6a2f7353edf0ddb3afeb.tar
nixpkgs-5ef18697ff82531d707b6a2f7353edf0ddb3afeb.tar.gz
nixpkgs-5ef18697ff82531d707b6a2f7353edf0ddb3afeb.tar.bz2
nixpkgs-5ef18697ff82531d707b6a2f7353edf0ddb3afeb.tar.lz
nixpkgs-5ef18697ff82531d707b6a2f7353edf0ddb3afeb.tar.xz
nixpkgs-5ef18697ff82531d707b6a2f7353edf0ddb3afeb.tar.zst
nixpkgs-5ef18697ff82531d707b6a2f7353edf0ddb3afeb.zip
rizin: 0.3.1 -> 0.3.2
Fixes CVE-2021-43814
https://github.com/rizinorg/rizin/releases/tag/v0.3.2
-rw-r--r--pkgs/development/tools/analysis/rizin/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/tools/analysis/rizin/default.nix b/pkgs/development/tools/analysis/rizin/default.nix
index e632c3c3cc0..c316ef970f8 100644
--- a/pkgs/development/tools/analysis/rizin/default.nix
+++ b/pkgs/development/tools/analysis/rizin/default.nix
@@ -23,11 +23,11 @@
 
 stdenv.mkDerivation rec {
   pname = "rizin";
-  version = "0.3.1";
+  version = "0.3.2";
 
   src = fetchurl {
     url = "https://github.com/rizinorg/rizin/releases/download/v${version}/rizin-src-v${version}.tar.xz";
-    sha256 = "sha256-muS3+cR75jZl/Q5ZN1srEPg8NxVquwRMpNYcHw/Ij34=";
+    sha256 = "sha256-T65gm1tfRD7dZSL8qZKMTAbQ65Lx/ecidFc9T1b7cig=";
   };
 
   mesonFlags = [