about summary refs log tree commit diff
path: root/pkgs/shells/nushell
diff options
context:
space:
mode:
authorOPNA2608 <opna2608@protonmail.com>2024-02-07 18:11:02 +0100
committerOPNA2608 <opna2608@protonmail.com>2024-05-05 22:45:23 +0200
commitbe077886cd21429930edfe7585755b3cc4e23282 (patch)
tree47a0560df85123cb15cc49920e0fcb82d3ce3e9c /pkgs/shells/nushell
parent92dcac933996e1d56d4ce34d1dc8b9dae3edfc63 (diff)
nushellPlugins.net: unstable-2024-04-05 -> 0-unstable-2024-04-05
cargoHash is affected by version change because full derivation name is used in the vendoring process.
Diffstat (limited to 'pkgs/shells/nushell')
-rw-r--r--pkgs/shells/nushell/plugins/net.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/shells/nushell/plugins/net.nix b/pkgs/shells/nushell/plugins/net.nix
index a4a2d049b9b57..23729360e83a6 100644
--- a/pkgs/shells/nushell/plugins/net.nix
+++ b/pkgs/shells/nushell/plugins/net.nix
@@ -9,7 +9,7 @@
 
 rustPlatform.buildRustPackage {
   pname = "nu-plugin-net";
-  version = "unstable-2024-04-05";
+  version = "0-unstable-2024-04-05";
 
   src = fetchFromGitHub {
     owner = "fennewald";
@@ -18,7 +18,7 @@ rustPlatform.buildRustPackage {
     hash = "sha256-uKLYTRR2tThSvwWbvEePOLZ9ehNPfCYruZxTKSIxpEA=";
   };
 
-  cargoHash = "sha256-2A9RalZhXigLq/6w738G6PnkV3FyK+3HHXPDQRHTIm0=";
+  cargoHash = "sha256-BsCOej31vfTf+Wca4+AjxkhXz6wpMRFJmGBsUqOj2U0=";
 
   nativeBuildInputs = [
     rustPlatform.bindgenHook