Skip to content

Commit

Permalink
veilid: 0.4.0 -> 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bbigras committed Oct 25, 2024
1 parent 9c3c35d commit 233eca3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 48 deletions.
52 changes: 6 additions & 46 deletions pkgs/tools/networking/veilid/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pkgs/tools/networking/veilid/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@

rustPlatform.buildRustPackage rec {
pname = "veilid";
version = "0.4.0";
version = "0.4.1";

src = fetchFromGitLab {
owner = "veilid";
repo = pname;
rev = "v${version}";
hash = "sha256-5Xjdc66VA7FFk75jnTARCs2oGT/hWX8VPlZV48q6kpI=";
hash = "sha256-/RdPq2rHs+lfB3odwO7yRGFi3j0INdJvbWccTsGO54g=";
};

cargoLock = {
Expand Down

0 comments on commit 233eca3

Please sign in to comment.