nanopb: 0.4.9 -> 0.4.9.1 (#362032)

This commit is contained in:
Wael Nasreddine 2024-12-05 10:52:26 -08:00 committed by GitHub
commit fbc5b67ceb
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.9";
version = "0.4.9.1";
src = fetchFromGitHub {
owner = "nanopb";
repo = "nanopb";
rev = self.version;
hash = "sha256-zXhUEajCZ24VA/S0pSFewz096s8rmhKARSWbSC5TdAg=";
hash = "sha256-bMSZZaF8egAegi3enCM+DRyxOrPoWKAKybvWsrKZEDc=";
};
dontPatch = true;