Unverified Commit 01b7db5b authored by figsoda's avatar figsoda Committed by GitHub
Browse files

Merge pull request #234591 from azahi/iaito-586

iaito: 5.8.4 -> 5.8.6
parents 6bf00aca 8292a0f4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,14 +13,14 @@

stdenv.mkDerivation rec {
  pname = "iaito";
  version = "5.8.4";
  version = "5.8.6";

  srcs = [
    (fetchFromGitHub rec {
      owner = "radareorg";
      repo = "iaito";
      rev = version;
      hash = "sha256-pt2vq+JN+Ccv+9o8s2y87xTVeQp2WJ0UfKdoWGsBkUI=";
      hash = "sha256-rl8bOIR0oS6YvZA5pr8oSj7HcKK4YeCjAEi7saVdvk8=";
      name = repo;
    })
    (fetchFromGitHub rec {