kittysay: 0.6.0 -> 0.8.0

This commit is contained in:
R. Ryantm 2024-06-11 04:18:48 +00:00
parent a53f8b3cd0
commit a1545af007

View File

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