mdio-tools: 1.3.1 -> 1.3.2

This commit is contained in:
R. Ryantm
2026-04-14 07:43:52 +00:00
parent e76cb704f4
commit dc3537c996
+2 -2
View File
@@ -9,13 +9,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "mdio-tools";
version = "1.3.1";
version = "1.3.2";
src = fetchFromGitHub {
owner = "wkz";
repo = "mdio-tools";
tag = finalAttrs.version;
hash = "sha256-NomChJrYwMDPXNw5r2p11kGfYUvJBHCdLXy1SA8kOaM=";
hash = "sha256-QjBNVXrhIfz9l7ysbHlldCP6VknWolvIs4qCGUOCWx8=";
};
nativeBuildInputs = [