Merge pull request #184410 from r-ryantm/auto-update/nanopb

nanopb: 0.4.5 -> 0.4.6
This commit is contained in:
Mario Rodas 2022-08-13 12:39:31 -05:00 committed by GitHub
commit b7e2ba2852
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,13 +10,13 @@
stdenv.mkDerivation rec {
pname = "nanopb";
version = "0.4.5";
version = "0.4.6";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = version;
sha256 = "0cjfkwwzi018kc0b7lia7z2jdfgibqc99mf8rvj2xq2pfapp9kf1";
sha256 = "sha256-B9J+GkgOBR4iZaP6/2ykcjbkifoyhkuukkjK/CLBZj0=";
};
nativeBuildInputs = [ cmake python3 python3.pkgs.wrapPython ];