protoc-gen-swift: 1.29.0 -> 1.32.0 (#453009)

This commit is contained in:
Yohann Boniface
2025-10-17 23:54:27 +00:00
committed by GitHub
+2 -2
View File
@@ -11,13 +11,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "protoc-gen-swift";
version = "1.29.0";
version = "1.32.0";
src = fetchFromGitHub {
owner = "apple";
repo = "swift-protobuf";
rev = "${finalAttrs.version}";
hash = "sha256-UPYwu8SiBUHofqHdUT6uxdeY2WUXYqbkLj+h4chSCa4=";
hash = "sha256-YirKJjEA5zFVVs8U1/D3TYCgv+3FMO7dusCZ7ZuIeZs=";
};
nativeBuildInputs = [