Unverified Commit e5795680 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

radare2: 6.0.2 -> 6.0.4 (#450040)

parents 03ebd669 fed3d775
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -52,13 +52,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
  pname = "radare2";
  version = "6.0.2";
  version = "6.0.4";

  src = fetchFromGitHub {
    owner = "radare";
    repo = "radare2";
    tag = finalAttrs.version;
    hash = "sha256-uCMf+pNqyjRLeNJlE8Kk6PQCIRBjidO/XGHeNV/F1lA=";
    hash = "sha256-B0xCQPD27NcCDvRJK1/yyjtrlEJoSTD7e2cu5JIo95w=";
  };

  mesonFlags = [