1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 03:30:45 +00:00

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

bacon: 2.18.2 -> 2.19.0
This commit is contained in:
Donovan Glover 2024-08-07 15:04:07 +00:00 committed by GitHub
commit 4e8f8f13e6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -7,16 +7,16 @@
rustPlatform.buildRustPackage rec {
pname = "bacon";
version = "2.18.2";
version = "2.19.0";
src = fetchFromGitHub {
owner = "Canop";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-hW37pz7iLkBspnQ0ckfVdZUKppXUPrgjHgwmlhsanlI=";
hash = "sha256-SAlw1TMl8V31wS/nkW3tPrLPV/FlmQtp+beIjtkQ204=";
};
cargoHash = "sha256-5o7TtqJh2CRwTrBU2Xbdh7qae5iWVlUfg4ddzxYepmU=";
cargoHash = "sha256-iK59VumYh1k/IAWBh7lXfNQ67xuapw4LuFxi1uo15Uw=";
buildInputs = lib.optionals stdenv.isDarwin [
CoreServices