about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2023-12-07 09:42:56 -0500
committerGitHub <noreply@github.com>2023-12-07 09:42:56 -0500
commit8649c57e30c38e2566e3447b9904b51c14462793 (patch)
tree07bafbdd56f2f79f923fdb2817675b7f953d9ea8 /pkgs
parent46cdfd2d325614a204494802283633d8c2891aa2 (diff)
parent3bebb818eb23af6bf40fb80f2e8247e594e54982 (diff)
Merge pull request #272603 from cafkafk/cafk-fortune-kind-0.1.12
fortune-kind: 0.1.11 -> 0.1.12
Diffstat (limited to 'pkgs')
-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 ca88e6f2197a5..80403d149f305 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.11";
+  version = "0.1.12";
 
   src = fetchFromGitHub {
     owner = "cafkafk";
     repo = "fortune-kind";
     rev = "v${version}";
-    hash = "sha256-sk1Gj+QgU9eUjRySHsJTfM/tUcyLdqOxycAdrBPUSmg=";
+    hash = "sha256-1abke8wPvIFTmvEJ83TdfONFPBuJHbgmVHAoKddoTRw=";
   };
 
-  cargoHash = "sha256-u2CwBV2sz2EIqwUR+sJ+xyvAIyoq3ujkx39e/Bq2V8s=";
+  cargoHash = "sha256-SRPhALRGkFZDl23Om/obg1Crd9yNXroN7F/7agobuqw=";
 
   nativeBuildInputs = [ makeBinaryWrapper installShellFiles ];
   buildInputs = lib.optionals stdenv.isDarwin [ libiconv darwin.apple_sdk.frameworks.Security ];