summary refs log tree commit diff
path: root/pkgs/shells
diff options
context:
space:
mode:
authorhappysalada <raphael@megzari.com>2023-10-24 18:40:05 +0100
committerYt <happysalada@tuta.io>2023-10-24 20:09:57 +0000
commit955525b515f43c1f356ebaab40b0b794c67e0e48 (patch)
treec412a1d1b8b9215a8d48728be34502ca2f59e1d3 /pkgs/shells
parent3a8616d039c3d7d1c3152a9cfb88df3e8e415e94 (diff)
nushellPlugins.net: fix cargoHash
Diffstat (limited to 'pkgs/shells')
-rw-r--r--pkgs/shells/nushell/plugins/net.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/shells/nushell/plugins/net.nix b/pkgs/shells/nushell/plugins/net.nix
index df806740b6d59..031fa30eb61ee 100644
--- a/pkgs/shells/nushell/plugins/net.nix
+++ b/pkgs/shells/nushell/plugins/net.nix
@@ -18,7 +18,7 @@ rustPlatform.buildRustPackage {
     hash = "sha256-QFo2cMI41GDBsuPNay5MyVyY+HdrLjAWedz8kDNA3JY=";
   };
 
-  cargoHash = "sha256-bRw9V75VnOL1n2jPs6QI/A3pik00pGiA9ZzQk1F1JRI=";
+  cargoHash = "sha256-ekfUQOsaWdpDASnRzoYh5Y/p3BnP7rvSYCCWQ6DJDnE=";
 
   nativeBuildInputs = [
     rustPlatform.bindgenHook