nanopb: 0.4.8 -> 0.4.9 (#348727)

This commit is contained in:
Wael Nasreddine 2024-10-16 13:34:17 -07:00 committed by GitHub
commit a30cf71634
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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;