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

Merge pull request #221754 from r-ryantm/auto-update/bacon

bacon: 2.6.3 -> 2.7.0
parents 29b574db 720340dd
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -7,16 +7,16 @@

rustPlatform.buildRustPackage rec {
  pname = "bacon";
  version = "2.6.3";
  version = "2.7.0";

  src = fetchFromGitHub {
    owner = "Canop";
    repo = pname;
    rev = "refs/tags/v${version}";
    hash = "sha256-EmkPH0TjLa9ouRjgv0IEyhqx5VaHR2TUQdqznKIKZdY=";
    hash = "sha256-qN1Jpv6hoIKVGGQXzon8P0O12YlIB7Dam1UxXL3TQrY=";
  };

  cargoHash = "sha256-vEged6GfcdcibCm4JX4/GIo1qbVtT+jX721+iLKOQsc=";
  cargoHash = "sha256-253j34Kxzsfe5UeiWRdV+2P0rbnTYig18cZ25HVKX+8=";

  buildInputs = lib.optionals stdenv.isDarwin [
    CoreServices