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

bacon: 2.2.1 -> 2.2.3

authored by figsoda and committed by GitHub fdcf4c0a e8dbf31e

+3 -3
+3 -3
pkgs/development/tools/bacon/default.nix
··· 2 3 rustPlatform.buildRustPackage rec { 4 pname = "bacon"; 5 - version = "2.2.1"; 6 7 src = fetchFromGitHub { 8 owner = "Canop"; 9 repo = pname; 10 rev = "v${version}"; 11 - sha256 = "sha256-DpTN/Aw27M1s8T6ka1gwlI4WZ2MqP3PJ96XwxqlS0eM="; 12 }; 13 14 - cargoSha256 = "sha256-yY8oFvb++vye17aSCGw5BZ/Jgd46vPNJpqK+gKRoPvw="; 15 16 buildInputs = lib.optional stdenv.isDarwin CoreServices; 17
··· 2 3 rustPlatform.buildRustPackage rec { 4 pname = "bacon"; 5 + version = "2.2.3"; 6 7 src = fetchFromGitHub { 8 owner = "Canop"; 9 repo = pname; 10 rev = "v${version}"; 11 + sha256 = "sha256-9HyGHj1JWZ2S7XZCj69VdzlG4nwgzr1BKW4+4f+L+yM="; 12 }; 13 14 + cargoSha256 = "sha256-DlBOZUdIg7yqLeLWqiiOFb+NSeTYJUl0RIJRG35oV4M="; 15 16 buildInputs = lib.optional stdenv.isDarwin CoreServices; 17