protoc-gen-swift: 1.28.2 -> 1.29.0

This commit is contained in:
R. Ryantm
2025-03-04 21:00:42 +00:00
parent 4f8cf45715
commit 8a29146974
+2 -2
View File
@@ -11,13 +11,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "protoc-gen-swift";
version = "1.28.2";
version = "1.29.0";
src = fetchFromGitHub {
owner = "apple";
repo = "swift-protobuf";
rev = "${finalAttrs.version}";
hash = "sha256-YOEr73xDjNrc4TTkIBY8AdAUX2MBtF9ED1UF2IjTu44=";
hash = "sha256-UPYwu8SiBUHofqHdUT6uxdeY2WUXYqbkLj+h4chSCa4=";
};
nativeBuildInputs = [