Skip to content

Commit

Permalink
Merge pull request NixOS#318968 from r-ryantm/auto-update/kittysay
Browse files Browse the repository at this point in the history
kittysay: 0.6.0 -> 0.8.0
  • Loading branch information
nixpkgs-merge-bot[bot] committed Jun 11, 2024
2 parents 7a66edf + a1545af commit ee6a7e5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/ki/kittysay/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
rustPlatform,
fetchFromGitHub,
}: let
version = "0.6.0";
version = "0.8.0";
in
rustPlatform.buildRustPackage {
pname = "kittysay";
Expand All @@ -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";
Expand Down

0 comments on commit ee6a7e5

Please sign in to comment.