Skip to content

Commit

Permalink
[20.09] nanopb: 0.4.4 -> 0.4.5 (#119965)
Browse files Browse the repository at this point in the history
[20.09] nanopb: 0.4.4 -> 0.4.5
  • Loading branch information
SuperSandro2000 committed Apr 20, 2021
2 parents def6782 + 5dad650 commit 17a2890
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/nanopb/default.nix
Expand Up @@ -9,13 +9,13 @@

stdenv.mkDerivation rec {
pname = "nanopb";
version = "0.4.4";
version = "0.4.5";

src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = version;
sha256 = "0nqfi1b0szjmm1z8wd3ks64h10jblv9ip01kfggxgz6qjjfwgvq7";
sha256 = "0cjfkwwzi018kc0b7lia7z2jdfgibqc99mf8rvj2xq2pfapp9kf1";
};

nativeBuildInputs = [ cmake python3 python3.pkgs.wrapPython ];
Expand Down

0 comments on commit 17a2890

Please sign in to comment.