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

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

bacon: 2.2.1 -> 2.2.3
parents e8dbf31e e6ae098f
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2,16 +2,16 @@

rustPlatform.buildRustPackage rec {
  pname = "bacon";
  version = "2.2.1";
  version = "2.2.3";

  src = fetchFromGitHub {
    owner = "Canop";
    repo = pname;
    rev = "v${version}";
    sha256 = "sha256-DpTN/Aw27M1s8T6ka1gwlI4WZ2MqP3PJ96XwxqlS0eM=";
    sha256 = "sha256-9HyGHj1JWZ2S7XZCj69VdzlG4nwgzr1BKW4+4f+L+yM=";
  };

  cargoSha256 = "sha256-yY8oFvb++vye17aSCGw5BZ/Jgd46vPNJpqK+gKRoPvw=";
  cargoSha256 = "sha256-DlBOZUdIg7yqLeLWqiiOFb+NSeTYJUl0RIJRG35oV4M=";

  buildInputs = lib.optional stdenv.isDarwin CoreServices;