Unverified Commit 227f0327 authored by Yt's avatar Yt Committed by GitHub
Browse files

Merge pull request #317245 from BaerLKR/update-nu_plugin_net

nu_plugin_net: 1.4.0 -> 1.4.1
parents ea515481 abf9d35c
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