Unverified Commit 34b0b292 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

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

bacon: 2.6.2 -> 2.6.3
parents d7aac86d db2b267a
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.2";
  version = "2.6.3";

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

  cargoHash = "sha256-uiKKyIy2IHDtHWJmG3G9UVHaASL9uEg5Zu+2Wj8mw0k=";
  cargoHash = "sha256-vEged6GfcdcibCm4JX4/GIo1qbVtT+jX721+iLKOQsc=";

  buildInputs = lib.optional stdenv.isDarwin [
    CoreServices