Unverified Commit abf9d35c authored by Lovis Rentsch's avatar Lovis Rentsch
Browse files

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).
parent 6ea6c260
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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