Unverified Commit a30cf716 authored by Wael Nasreddine's avatar Wael Nasreddine Committed by GitHub
Browse files

nanopb: 0.4.8 -> 0.4.9 (#348727)

parents 7a7c6551 e0998123
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -58,13 +58,13 @@ let
in
{
  pname = "nanopb";
  version = "0.4.8";
  version = "0.4.9";

  src = fetchFromGitHub {
    owner = "nanopb";
    repo = "nanopb";
    rev = self.version;
    hash = "sha256-LfARVItT+7dczg2u08RlXZLrLR7ScvC44tgmcy/Zv48=";
    hash = "sha256-zXhUEajCZ24VA/S0pSFewz096s8rmhKARSWbSC5TdAg=";
  };

  dontPatch = true;