Merge pull request #309999 from r-ryantm/auto-update/kittysay

kittysay: 0.5.0 -> 0.6.0
This commit is contained in:
nixpkgs-merge-bot[bot] 2024-05-08 10:00:42 +00:00 committed by GitHub
commit 11cd4b2ef4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,7 +3,7 @@
rustPlatform, rustPlatform,
fetchFromGitHub, fetchFromGitHub,
}: let }: let
version = "0.5.0"; version = "0.6.0";
in in
rustPlatform.buildRustPackage { rustPlatform.buildRustPackage {
pname = "kittysay"; pname = "kittysay";
@ -13,10 +13,10 @@ in
owner = "uncenter"; owner = "uncenter";
repo = "kittysay"; repo = "kittysay";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-eOcHrEvU3nBKFokwE8CyDOUYoBA1+gBlnl7VRUuoFfE="; sha256 = "sha256-dJpbRPrpilaOFVPjAESk4DyZtH/hJm16p6pMRqrzOk4=";
}; };
cargoHash = "sha256-dVgPp5jY3ii8mO/HLTDESQzQyZXzqut8Bjm2KfWD0+U="; cargoHash = "sha256-r1xdMczqVyX7ZPjkyDdgVW3BFOeKOw1Dp6mGHb2XzrM=";
meta = { meta = {
description = "Cowsay, but with a cute kitty :3"; description = "Cowsay, but with a cute kitty :3";