iproute2mac: 1.5.4 -> 1.6.0 (#447100)

This commit is contained in:
Yohann Boniface
2025-09-29 20:26:29 +00:00
committed by GitHub
+3 -3
View File
@@ -9,13 +9,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "iproute2mac";
version = "1.5.4";
version = "1.6.0";
src = fetchFromGitHub {
owner = "brona";
repo = "iproute2mac";
rev = "v${finalAttrs.version}";
hash = "sha256-hmSqJ2gc0DOXUuFrp1ZG8usjFdo07zjV/1JLs5r/E04=";
tag = "v${finalAttrs.version}";
hash = "sha256-aemeZnZlnmIKdLz5Myjn51dYTvfovFPQeytJbNxbI4E=";
};
nativeBuildInputs = [ makeWrapper ];