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

Merge pull request #266813 from fabaff/chainsaw-bump

chainsaw: 2.7.3 -> 2.8.0
parents d61ca418 a855c842
Loading
Loading
Loading
Loading
+227 −303

File changed.

Preview size limit exceeded, changes collapsed.

+2 −5
Original line number Diff line number Diff line
@@ -7,20 +7,17 @@

rustPlatform.buildRustPackage rec {
  pname = "chainsaw";
  version = "2.7.3";
  version = "2.8.0";

  src = fetchFromGitHub {
    owner = "WithSecureLabs";
    repo = "chainsaw";
    rev = "refs/tags/v${version}";
    hash = "sha256-plfEVVMbiTXzBhshO3NZVeuHuNeI9+Lcw1G5xeBiTks=";
    hash = "sha256-IBMMZ4NKD7BR3l06C7Y7pRL+pB8p6Ssx6RoXlH2XKyg=";
  };

  cargoLock = {
    lockFile = ./Cargo.lock;
    outputHashes = {
      "notatin-1.0.0" = "sha256-eeryJhH7kX8QWwVuEq5RzanVT2FBfFJWAzUDFgUKqR8=";
    };
  };

  buildInputs = lib.optionals stdenv.isDarwin [