3
0
Fork 0
forked from mirrors/nixpkgs

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

bacon: 2.6.3 -> 2.7.0
This commit is contained in:
figsoda 2023-03-17 23:14:02 -04:00 committed by GitHub
commit f012515eb2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,16 +7,16 @@
rustPlatform.buildRustPackage rec {
pname = "bacon";
version = "2.6.3";
version = "2.7.0";
src = fetchFromGitHub {
owner = "Canop";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-EmkPH0TjLa9ouRjgv0IEyhqx5VaHR2TUQdqznKIKZdY=";
hash = "sha256-qN1Jpv6hoIKVGGQXzon8P0O12YlIB7Dam1UxXL3TQrY=";
};
cargoHash = "sha256-vEged6GfcdcibCm4JX4/GIo1qbVtT+jX721+iLKOQsc=";
cargoHash = "sha256-253j34Kxzsfe5UeiWRdV+2P0rbnTYig18cZ25HVKX+8=";
buildInputs = lib.optionals stdenv.isDarwin [
CoreServices