mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-06 04:03:04 +00:00
nanopb: 0.4.9 -> 0.4.9.1 (#362032)
This commit is contained in:
commit
fbc5b67ceb
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user