about summary refs log tree commit diff
path: root/pkgs/applications/editors/kibi/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/editors/kibi/default.nix')
-rw-r--r--pkgs/applications/editors/kibi/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/editors/kibi/default.nix b/pkgs/applications/editors/kibi/default.nix
index 337a46c0ec6b..2020729d81c5 100644
--- a/pkgs/applications/editors/kibi/default.nix
+++ b/pkgs/applications/editors/kibi/default.nix
@@ -7,7 +7,7 @@ rustPlatform.buildRustPackage rec {
   pname = "kibi";
   version = "0.2.2";
 
-  cargoSha256 = "sha256-8iEUOLFwHBLS0HQL/oLnv6lcV3V9Hm4jMqXkqPvIF9E=";
+  cargoSha256 = "sha256-ebUCkcUACganeq5U0XU4VIGClKDZGhUw6K3WBgTUUUw=";
 
   src = fetchFromGitHub {
     owner = "ilai-deutel";