multipath-tools: 0.11.1 -> 0.12.0

This commit is contained in:
R. Ryantm
2025-09-10 01:46:51 +00:00
parent d581d019cf
commit efc1c86b2f
+2 -2
View File
@@ -22,13 +22,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "multipath-tools";
version = "0.11.1";
version = "0.12.0";
src = fetchFromGitHub {
owner = "opensvc";
repo = "multipath-tools";
tag = finalAttrs.version;
hash = "sha256-H5DY15On3mFwUHQhmC9s2thm0TUUIZbXM/Ot2FPL41Y=";
hash = "sha256-Jeiy1bM7vuy2+r/0W1nAhgsncyV6QHdlV55aepAxHAg=";
};
nativeBuildInputs = [