oui: 0.1.8 -> 2.0.6

This commit is contained in:
DeftDawg
2026-06-07 03:14:03 -04:00
parent ee38757217
commit 2ecefb1e84

View File

@@ -2,20 +2,29 @@
lib,
buildGoModule,
fetchFromGitHub,
nix-update-script,
}:
buildGoModule (finalAttrs: {
pname = "oui";
version = "0.1.8";
version = "2.0.6";
src = fetchFromGitHub {
owner = "thatmattlove";
repo = "oui";
rev = "v${finalAttrs.version}";
hash = "sha256-RLm8V2fLFvOwjnnq16ZmhwVdtgXPaehan7JTX3Xz30w=";
hash = "sha256-fNG20pryfs6bDjeexpf8UlevHatY6zdvGCHSFrfz8io=";
};
vendorHash = "sha256-TLVw4tnfvgK2h/Xj5LNNjDG4WQ83Bw8yBhZc16Tjmws=";
vendorHash = "sha256-EOu9imj0YwYhHX7ZzE9BzhkoDitC5AHjlwoWmQs0Rj4=";
checkFlags = [
# These tests require live IEEE network access, a local PostgreSQL server,
# and a writable home directory.
"-skip=^Test_(CollectAll|New)$"
];
passthru.updateScript = nix-update-script { };
meta = {
description = "MAC Address CLI Toolkit";