Merge pull request #218180 from r-ryantm/auto-update/bacon
bacon: 2.4.0 -> 2.6.1
This commit is contained in:
commit
b94c4b7c1f
@ -7,16 +7,16 @@
|
|||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "bacon";
|
pname = "bacon";
|
||||||
version = "2.4.0";
|
version = "2.6.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "Canop";
|
owner = "Canop";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "refs/tags/v${version}";
|
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 [
|
buildInputs = lib.optional stdenv.isDarwin [
|
||||||
CoreServices
|
CoreServices
|
||||||
|
Loading…
Reference in New Issue
Block a user