etcd_3_{5,6}: set pname instead of name (#483015)

This commit is contained in:
Pol Dellaiera
2026-01-24 21:09:47 +00:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -93,7 +93,7 @@ let
};
in
symlinkJoin {
name = "etcd-${version}";
pname = "etcd";
inherit meta version;
+1 -1
View File
@@ -117,7 +117,7 @@ let
};
in
symlinkJoin {
name = "etcd-${version}";
pname = "etcd";
inherit meta version;