about summary refs log tree commit diff
path: root/pkgs/shells/nushell
diff options
context:
space:
mode:
authorRaghav Sood <r@raghavsood.com>2024-05-15 14:27:44 +0800
committerRaghav Sood <r@raghavsood.com>2024-05-15 14:27:44 +0800
commit2d3eb89ad06d9bee4acff4c0d46e90e974a8176b (patch)
treedac9d8a17e7fdc896573e3179f916b861f65281a /pkgs/shells/nushell
parenta49ac031009b52fadeeafd2109d2a330f6526207 (diff)
nushellPlugins.formats: 0.92.1 -> 0.93.0
Diffstat (limited to 'pkgs/shells/nushell')
-rw-r--r--pkgs/shells/nushell/plugins/formats.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/shells/nushell/plugins/formats.nix b/pkgs/shells/nushell/plugins/formats.nix
index d52fb69dcec39..7cca0840f47af 100644
--- a/pkgs/shells/nushell/plugins/formats.nix
+++ b/pkgs/shells/nushell/plugins/formats.nix
@@ -11,7 +11,7 @@
 rustPlatform.buildRustPackage rec {
   pname = "nushell_plugin_formats";
   inherit (nushell) version src;
-  cargoHash = "sha256-mInMs0kAJn3/fgRAG0E8hgvaly2G68kT5O+D83pLq78=";
+  cargoHash = "sha256-+DTsBh3+nLjuwuk0rnxZeSQ+lM55PAhj+8e9L2bQdXU=";
 
   nativeBuildInputs = [ pkg-config ]
     ++ lib.optionals stdenv.cc.isClang [ rustPlatform.bindgenHook ];