Unverified Commit b94c4b7c authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

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

bacon: 2.4.0 -> 2.6.1
parents 021e6215 1299b4bc
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.4.0";
  version = "2.6.1";

  src = fetchFromGitHub {
    owner = "Canop";
    repo = pname;
    rev = "refs/tags/v${version}";
    hash = "sha256-k87EgsH7EdnqYBoXHpPu7hB/goEXuZsz8mNsrvM+Hgw=";
    hash = "sha256-NszXIVgK65gTsiEmOaw3cMaR0A+ojNYa08ETJ6dP+4c=";
  };

  cargoHash = "sha256-ujc3tH9I2WqwxmqBaUdE8lJQtj7XS56IVaxfZWhmvF8=";
  cargoHash = "sha256-ssrZ6v5euf8AgAdvsjYt6L+dxrIBYoaiHxvBQN2KE+8=";

  buildInputs = lib.optional stdenv.isDarwin [
    CoreServices