From abf9d35cfbb8b01fe90ea43f8a7591055eb1c74d Mon Sep 17 00:00:00 2001 From: Lovis Rentsch Date: Tue, 4 Jun 2024 18:50:56 +0200 Subject: [PATCH] nu_plugin_net: 1.4.0 -> 1.4.1 The plugins for nushell must be built with the same version as the current shell, so I want to update it to use the current nushell version that is in the 24.05 and unstable branches (0.93.0). --- pkgs/shells/nushell/plugins/net.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/shells/nushell/plugins/net.nix b/pkgs/shells/nushell/plugins/net.nix index 23729360e83a..8386810a194d 100644 --- a/pkgs/shells/nushell/plugins/net.nix +++ b/pkgs/shells/nushell/plugins/net.nix @@ -14,11 +14,11 @@ rustPlatform.buildRustPackage { src = fetchFromGitHub { owner = "fennewald"; repo = "nu_plugin_net"; - rev = "a84d72290f513397a359581b9447a4e638ce60c9"; - hash = "sha256-uKLYTRR2tThSvwWbvEePOLZ9ehNPfCYruZxTKSIxpEA="; + rev = "60d315afb19c3c673409db796a4cc7a240058605"; + hash = "sha256-izIxV2rFxZ1Om6NNaofNpc5prtN/lsw8dC4DyKEQ+v8="; }; - cargoHash = "sha256-BsCOej31vfTf+Wca4+AjxkhXz6wpMRFJmGBsUqOj2U0="; + cargoHash = "sha256-nBxcxADyvPgGrfkW8eBq/wmB2Slq+YGJV2IlxuuCgCg="; nativeBuildInputs = [ rustPlatform.bindgenHook