etcd_3_4: 3.4.38 -> 3.4.39

https://github.com/etcd-io/etcd/releases/tag/v3.4.39
This commit is contained in:
superherointj
2025-11-12 19:35:13 -03:00
parent 6061e46cda
commit 947fa46862
+2 -2
View File
@@ -7,13 +7,13 @@
buildGo124Module rec {
pname = "etcd";
version = "3.4.38";
version = "3.4.39";
src = fetchFromGitHub {
owner = "etcd-io";
repo = "etcd";
rev = "v${version}";
hash = "sha256-+fRmz52ZqQTL8JJmSsufoVJP/FGHez9LliEwGsoCE7s=";
hash = "sha256-S1aNEd7pPgSu8vFhXIYFjEvfBG3OtmuKCvD5Zgj0m30=";
};
proxyVendor = true;