Unverified Commit d2c66ead authored by Peder Bergebakken Sundt's avatar Peder Bergebakken Sundt Committed by GitHub
Browse files

intentrace: 0.2.5 -> 0.2.6 (#357441)

parents bf9b4835 bcc8c9a3
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@
}:

let
  version = "0.2.5";
  version = "0.2.6";
in
rustPlatform.buildRustPackage {
  inherit version;
@@ -15,10 +15,10 @@ rustPlatform.buildRustPackage {
    owner = "sectordistrict";
    repo = "intentrace";
    rev = "refs/tags/v${version}";
    hash = "sha256-3Pbx/ZA9DYwNzsszSzodJub+G8uKuYuNZhlTDsvL0t4=";
    hash = "sha256-e47hauVg5Ncp0C5y6RkfKfxMHbBvpKrVoUq3aJxTf2E=";
  };

  cargoHash = "sha256-RZMhmqETPdcG0ofLPQdynaOFQuIx3H8j0mKR+SbOQ6s=";
  cargoHash = "sha256-MAbOEJdMkt6efTGdmimMpYAx39JnQlnOlbIHIGICgp8=";

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