Unverified Commit 1fabbc91 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

intentrace: 0.9.7 -> 0.9.8 (#408545)

parents 512bdb7a 242387e5
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@
}:

let
  version = "0.9.7";
  version = "0.9.8";
in
rustPlatform.buildRustPackage {
  inherit version;
@@ -15,11 +15,11 @@ rustPlatform.buildRustPackage {
    owner = "sectordistrict";
    repo = "intentrace";
    tag = "v${version}";
    hash = "sha256-24w5EQ3LQ7OxuVaqoLlUrYi2TmSLAfWGLNrkPcxMQMM=";
    hash = "sha256-5QARHw9Z4+wYrxaAuSt9WjGR6qvSWAFIMdNOzE6FqfU=";
  };

  useFetchCargoVendor = true;
  cargoHash = "sha256-pLGWXwpgTh/7SaDhs63jr+5Fpsiep1tfl9VlCEBrK1s=";
  cargoHash = "sha256-m4kLpJeqAvDI8/1gjqRVkbOvyfcLfwi0y2iavvm25jw=";

  meta = {
    description = "Prettified Linux syscall tracing tool (like strace)";