From f5b0cab28f5fcc5bcaaa1a0dfd8f8065f9290825 Mon Sep 17 00:00:00 2001 From: Leonora Tindall Date: Thu, 3 Jul 2025 09:28:00 -0500 Subject: [PATCH] Upgrade custom fortune-kind to 0.1.13 --- custom/fortune-kind-bin.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/custom/fortune-kind-bin.nix b/custom/fortune-kind-bin.nix index f155f43..2046325 100644 --- a/custom/fortune-kind-bin.nix +++ b/custom/fortune-kind-bin.nix @@ -10,16 +10,16 @@ rustPlatform.buildRustPackage rec { pname = "fortune-kind-custom"; - version = "0.1.9"; + version = "0.1.13"; src = fetchFromGitHub { owner = "cafkafk"; repo = "fortune-kind"; rev = "v${version}"; - hash = "sha256-93BEy9FX3bZTYNewotBv1ejmMSnSdu9XnC4TgIvcYG0="; + hash = "sha256-Tpg0Jq2EhkwQuz5ZOtv6Rb5YESSlmzLoJPTxYJNNgac="; }; - cargoHash = "sha256-w5nR+pduM64DvVXhJxFKCg8O7lYSa1ur7aBBZQbOdpk="; + cargoHash = "sha256-Kp3pv9amEz9oFMDhz0IZDmhpsok5VgrvJZfwSPyz2X0="; buildInputs = lib.optionals stdenv.isDarwin [ libiconv darwin.apple_sdk.frameworks.Security ];