summary refs log tree commit diff
path: root/pkgs/by-name
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2023-11-16 07:19:04 -0500
committerGitHub <noreply@github.com>2023-11-16 07:19:04 -0500
commit2c9f89036cb1dad1419d98945879634fcc8a1ed8 (patch)
tree8e7d88573e829f56ec85a090ea9a451c432a5329 /pkgs/by-name
parent779a9a7f6487c7f8ffc40f03c1fe9c21fdb6bd43 (diff)
parente463aedaefa4333e54565498a1da431cbd54fa51 (diff)
downloadnixpkgs-2c9f89036cb1dad1419d98945879634fcc8a1ed8.tar
nixpkgs-2c9f89036cb1dad1419d98945879634fcc8a1ed8.tar.gz
nixpkgs-2c9f89036cb1dad1419d98945879634fcc8a1ed8.tar.bz2
nixpkgs-2c9f89036cb1dad1419d98945879634fcc8a1ed8.tar.lz
nixpkgs-2c9f89036cb1dad1419d98945879634fcc8a1ed8.tar.xz
nixpkgs-2c9f89036cb1dad1419d98945879634fcc8a1ed8.tar.zst
nixpkgs-2c9f89036cb1dad1419d98945879634fcc8a1ed8.zip
Merge pull request #267863 from cafkafk/cafk-fortune-kind-0.1.9
fortune-kind: 0.1.8 -> 0.1.9
Diffstat (limited to 'pkgs/by-name')
-rw-r--r--pkgs/by-name/fo/fortune-kind/package.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/by-name/fo/fortune-kind/package.nix b/pkgs/by-name/fo/fortune-kind/package.nix
index 536710faee5..1378e40f52d 100644
--- a/pkgs/by-name/fo/fortune-kind/package.nix
+++ b/pkgs/by-name/fo/fortune-kind/package.nix
@@ -11,16 +11,16 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "fortune-kind";
-  version = "0.1.8";
+  version = "0.1.9";
 
   src = fetchFromGitHub {
     owner = "cafkafk";
     repo = "fortune-kind";
     rev = "v${version}";
-    hash = "sha256-8xXRIp6fNYo0Eylzz+i+YccEJZjqiT0TxguZheIblns=";
+    hash = "sha256-93BEy9FX3bZTYNewotBv1ejmMSnSdu9XnC4TgIvcYG0=";
   };
 
-  cargoHash = "sha256-v1LmZRuknWFAwwuw4U7Y7jnhBi8UkglY0sege9nSKes=";
+  cargoHash = "sha256-xm6BOYnxUoCRuMAAFyWRcKEcqrs5FmnOgIO/Gj1bCoI=";
 
   nativeBuildInputs = [ makeBinaryWrapper installShellFiles ];
   buildInputs = lib.optionals stdenv.isDarwin [ libiconv darwin.apple_sdk.frameworks.Security ];