nanopb: 0.4.8 -> 0.4.9

This commit is contained in:
R. Ryantm
2024-10-15 08:02:00 +00:00
parent c2bdda7b60
commit e0998123a2
+2 -2
View File
@@ -58,13 +58,13 @@ let
in
{
pname = "nanopb";
version = "0.4.8";
version = "0.4.9";
src = fetchFromGitHub {
owner = "nanopb";
repo = "nanopb";
rev = self.version;
hash = "sha256-LfARVItT+7dczg2u08RlXZLrLR7ScvC44tgmcy/Zv48=";
hash = "sha256-zXhUEajCZ24VA/S0pSFewz096s8rmhKARSWbSC5TdAg=";
};
dontPatch = true;