protoc-gen-swift: 1.32.0 -> 1.33.3 (#457715)

This commit is contained in:
Matteo Pacini
2025-11-02 13:02:01 +00:00
committed by GitHub
+2 -2
View File
@@ -11,13 +11,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "protoc-gen-swift";
version = "1.32.0";
version = "1.33.3";
src = fetchFromGitHub {
owner = "apple";
repo = "swift-protobuf";
rev = "${finalAttrs.version}";
hash = "sha256-YirKJjEA5zFVVs8U1/D3TYCgv+3FMO7dusCZ7ZuIeZs=";
hash = "sha256-FFFHnxuynKfcmWCgJ38rKk3FS/o5buLYS7VcEivF0v0=";
};
nativeBuildInputs = [