about summary refs log tree commit diff
path: root/pkgs/by-name/fo/fortune-kind
diff options
context:
space:
mode:
authorChristina Sørensen <christina@cafkafk.com>2023-11-30 05:41:24 +0100
committerChristina Sørensen <christina@cafkafk.com>2023-11-30 05:41:24 +0100
commit6e1ae782c2fcb6d03dcd52ac7d345e3177f6347a (patch)
tree206465795c48f9dd410164fe1470cd2fd2ca6b82 /pkgs/by-name/fo/fortune-kind
parent3808ba768f39f2501eefa618cd0b5888b1015851 (diff)
fortune-kind: 0.1.10 -> 0.1.11
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
Diffstat (limited to 'pkgs/by-name/fo/fortune-kind')
-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 81e4b88340257..ca88e6f2197a5 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.10";
+  version = "0.1.11";
 
   src = fetchFromGitHub {
     owner = "cafkafk";
     repo = "fortune-kind";
     rev = "v${version}";
-    hash = "sha256-KOrJIGLNZxFJ/KeRq1hcIQHDYPQQdQCzr6QA/pVIs5A=";
+    hash = "sha256-sk1Gj+QgU9eUjRySHsJTfM/tUcyLdqOxycAdrBPUSmg=";
   };
 
-  cargoHash = "sha256-iiGCCbTc0b+93XRMpkhFs0hj9Nuse1HaqahQz7NaheU=";
+  cargoHash = "sha256-u2CwBV2sz2EIqwUR+sJ+xyvAIyoq3ujkx39e/Bq2V8s=";
 
   nativeBuildInputs = [ makeBinaryWrapper installShellFiles ];
   buildInputs = lib.optionals stdenv.isDarwin [ libiconv darwin.apple_sdk.frameworks.Security ];