about summary refs log tree commit diff
path: root/pkgs/by-name
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-10-13 18:36:37 +0200
committerGitHub <noreply@github.com>2023-10-13 18:36:37 +0200
commit58e24610bcc3489abcf5200f3d288749b4799e96 (patch)
tree32526677fd4c7ec2fca5e46c15d4fe8fbf8895a5 /pkgs/by-name
parente26caaf683d7c0761ccad050c34551d2f5f59e92 (diff)
parent3e9aecda60d1b9fd802594054fcce785c68c4668 (diff)
Merge pull request #260617 from cafkafk/cafk-fortune-kind-v0.1.4
fortune-kind: 0.1.3 -> 0.1.4
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 86e37562bf52d..54d1ecc33fae9 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.3";
+  version = "0.1.4";
 
   src = fetchFromGitHub {
     owner = "cafkafk";
     repo = "fortune-kind";
     rev = "v${version}";
-    hash = "sha256-q4r1Qdyh2L1vTi+CKln+a9lKGgyRAhvg1aJRd0CIEJs=";
+    hash = "sha256-xIibKXca3RXQpRJyQ62GL7l24ovX4KXhdk2zK1gB98M=";
   };
 
-  cargoHash = "sha256-ArVOGWaKbge8nxxGpAT8TttFZYJpuFF5u/tHYC9Qkeo=";
+  cargoHash = "sha256-7JBT3EhwrcNITR5ocQkLoQw4/R7xAoplZ9I1cTs9DW8=";
 
   nativeBuildInputs = [ makeBinaryWrapper installShellFiles ];
   buildInputs = lib.optionals stdenv.isDarwin [ libiconv darwin.apple_sdk.frameworks.Security ];