Unverified Commit cb1aa3d1 authored by 7c6f434c's avatar 7c6f434c Committed by GitHub
Browse files

radare2: 5.9.2 -> 5.9.6 (#348420)

parents 6e8d0e4b 4d8c2734
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -46,13 +46,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
  pname = "radare2";
  version = "5.9.2";
  version = "5.9.6";

  src = fetchFromGitHub {
    owner = "radare";
    repo = "radare2";
    rev = "refs/tags/${finalAttrs.version}";
    hash = "sha256-smsjGfTvSTVwd7nhWhptYpkus2fEQ2EVdT5bDt/rHZE=";
    hash = "sha256-t/BMsYqNLMAlBBYm6JCDkFYL5YwJBwmEaaIY4KFYxY4=";
  };

  preBuild = ''