From 5ef18697ff82531d707b6a2f7353edf0ddb3afeb Mon Sep 17 00:00:00 2001 From: Thomas Gerbet Date: Thu, 6 Jan 2022 00:59:15 +0100 Subject: [PATCH] rizin: 0.3.1 -> 0.3.2 Fixes CVE-2021-43814 https://github.com/rizinorg/rizin/releases/tag/v0.3.2 --- pkgs/development/tools/analysis/rizin/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/tools/analysis/rizin/default.nix b/pkgs/development/tools/analysis/rizin/default.nix index e632c3c3cc01..c316ef970f88 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 = [