nxv: 0.1.3 -> 0.1.4 (#479082)

This commit is contained in:
Weijia Wang
2026-02-07 10:12:30 +00:00
committed by GitHub
+3 -3
View File
@@ -8,17 +8,17 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "nxv";
version = "0.1.3";
version = "0.1.4";
src = fetchFromGitHub {
owner = "jamesbrink";
repo = "nxv";
tag = "v${finalAttrs.version}";
hash = "sha256-Gj+5Tgt0IO2P/GyPVM9yBgYoiSkpdfcq1r8TmZLZMSs=";
hash = "sha256-714babrR7inR+zkFSk8eqho4GIvUn6ITj7S54i5UcBI=";
fetchSubmodules = true;
};
cargoHash = "sha256-7c1LryJvrOsSiLPYNvGIFaTONhA0c99n918/yNRKkxo=";
cargoHash = "sha256-oc/R/Z0dXqt6JTNCVzejTO2LEuTmiYHdn5WNsxQ8IHQ=";
# Tests use mockito which needs to bind to localhost
__darwinAllowLocalNetworking = true;