Unverified Commit 15de3b87 authored by Bruno Bigras's avatar Bruno Bigras Committed by GitHub
Browse files

Merge pull request #258598 from qbit/veilid-0.2.3

veilid: 0.2.1 -> 0.2.3
parents 6ead3d13 79e97e48
Loading
Loading
Loading
Loading
+351 −656

File changed.

Preview size limit exceeded, changes collapsed.

+10 −10
Original line number Diff line number Diff line
@@ -10,13 +10,13 @@

rustPlatform.buildRustPackage rec {
  pname = "veilid";
  version = "0.2.1";
  version = "0.2.3";

  src = fetchFromGitLab {
    owner = "veilid";
    repo = pname;
    rev = "v${version}";
    sha256 = "sha256-ebWY/1LTLwi1YFHliPDracdF0WLfY047jUtQ/1w9Rjw=";
    sha256 = "sha256-fpA0JsBp2mlyDWlwE6xgyX5KNI2FSypO6m1J9BI+Kjs=";
  };

  cargoLock = {
@@ -51,6 +51,6 @@ rustPlatform.buildRustPackage rec {
    description = "An open-source, peer-to-peer, mobile-first, networked application framework";
    homepage = "https://veilid.com";
    license = licenses.mpl20;
    maintainers = with maintainers; [ bbigras ];
    maintainers = with maintainers; [ bbigras qbit ];
  };
}