protobufc: 1.5.1 -> 1.5.2

This commit is contained in:
R. Ryantm 2025-04-07 01:54:45 +00:00
parent cc50be1bf2
commit 1e54d01434

View file

@ -11,13 +11,13 @@
stdenv.mkDerivation rec {
pname = "protobuf-c";
version = "1.5.1";
version = "1.5.2";
src = fetchFromGitHub {
owner = "protobuf-c";
repo = "protobuf-c";
tag = "v${version}";
hash = "sha256-usfONVSq0/V9GRrBx9RwO/hCrVJ8d17mvAgTKpKUssQ=";
hash = "sha256-bpxk2o5rYLFkx532A3PYyhh2MwVH2Dqf3p/bnNpQV7s=";
};
outputs = [