temporal: 1.30.4 -> 1.30.5

This commit is contained in:
R. Ryantm
2026-06-21 07:54:36 +00:00
parent dccba7b9f2
commit fbc413dbed

View File

@@ -10,16 +10,16 @@
buildGoModule (finalAttrs: {
pname = "temporal";
version = "1.30.4";
version = "1.30.5";
src = fetchFromGitHub {
owner = "temporalio";
repo = "temporal";
tag = "v${finalAttrs.version}";
hash = "sha256-qC4SMy8ypeSJlqqTtMb27d869bLP1dcGilqU50Fen60=";
hash = "sha256-Uw1E1GcLtIo1XZea/tb1TnbIk9O4Mf2NaCpDwUIfSak=";
};
vendorHash = "sha256-YJbovD2woypOiYfn9axO8lshIg/6gO9Sa8a3DIt8QFg=";
vendorHash = "sha256-5++ETJgWDVveUxb2QZL5AUQG8/8QNVx5iS/NBjoacCY=";
overrideModAttrs = old: {
# netdb.go allows /etc/protocols and /etc/services to not exist and happily proceeds, but it panic()s if they exist but return permission denied.