Unverified Commit 6bc759b8 authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

bacon: 3.9.1 -> 3.10.0 (#380697)

parents ccff4db3 c4eca80c
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -25,17 +25,17 @@ in

rustPlatform.buildRustPackage rec {
  pname = "bacon";
  version = "3.9.1";
  version = "3.10.0";

  src = fetchFromGitHub {
    owner = "Canop";
    repo = "bacon";
    tag = "v${version}";
    hash = "sha256-TniEPcY3mK5LO9CBXi5kgnUQkOeDwF9n1K0kSn4ucKk=";
    hash = "sha256-FU7hIMAJIXD/pJ9FZSPkO1CQhmmSWwaewGyogGdZoeI=";
  };

  useFetchCargoVendor = true;
  cargoHash = "sha256-6vR8Bxv/A6do4+oGAI0kx1yUyht7YOi1pP/mnIiBPmc=";
  cargoHash = "sha256-+lk4YrJ7zI6t24y76kODfUok5Ibu3fFxpLIUQZQqgcw=";

  buildFeatures = lib.optionals withSound [
    "sound"