Commit 25865a40 authored by Aaron Bieber's avatar Aaron Bieber Committed by Yaya
Browse files

veilid: 0.3.1 -> 0.3.2

parent d74e8120
Loading
Loading
Loading
Loading
+293 −270

File changed.

Preview size limit exceeded, changes collapsed.

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

rustPlatform.buildRustPackage rec {
  pname = "veilid";
  version = "0.3.1";
  version = "0.3.2";

  src = fetchFromGitLab {
    owner = "veilid";
    repo = pname;
    rev = "v${version}";
    sha256 = "sha256-pBMUwCZ1dLLde+RF9smy4/RZYmtyW+oTeo3LHNtscSc=";
    sha256 = "sha256-iaWdI6lhxX3xdpd5caPl5cWXrBkWiMc7T/dMXp2hqNM=";
  };

  cargoLock = {