Skip to content

Commit

Permalink
nanopb: 0.4.3 -> 0.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Dec 3, 2020
1 parent 6710213 commit a272ecb
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.3";
version = "0.4.4";

src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = version;
sha256 = "sha256-32YU6LfPojvEVA2Z3DRZdGzDkSpAUgo1BueC/pl9qlY=";
sha256 = "0nqfi1b0szjmm1z8wd3ks64h10jblv9ip01kfggxgz6qjjfwgvq7";
};

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

0 comments on commit a272ecb

Please sign in to comment.