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

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

bacon: 2.9.0 -> 2.10.0
parents 22c9dea9 44bed90d
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.9.0";
  version = "2.10.0";

  src = fetchFromGitHub {
    owner = "Canop";
    repo = pname;
    rev = "refs/tags/v${version}";
    hash = "sha256-YUDvsgY5bLZwTCvBejqeRScgH6wu68ym3VxkSUmeqwI=";
    hash = "sha256-7eRLv1ZrD3eVGoR0lmtefpW7NlokF+4vuleiT8BzCc8=";
  };

  cargoHash = "sha256-blcXhWaIWIA4BhmMX/T1mDDr1tUvxiauq7tXKBeZGbY=";
  cargoHash = "sha256-jETjBGIwNh2Jt6aNNrOF+JOwGHKWIpMEacPp6zjbIhU=";

  buildInputs = lib.optionals stdenv.isDarwin [
    CoreServices