Unverified Commit 3865fe6b authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #288190 from r-ryantm/auto-update/libgbinder

libgbinder: 1.1.35 -> 1.1.36
parents 0ac1e72e 736bd546
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
  pname = "libgbinder";
  version = "1.1.35";
  version = "1.1.36";

  src = fetchFromGitHub {
    owner = "mer-hybris";
    repo = pname;
    rev = version;
    sha256 = "sha256-GinEbclpIXMwry2J7Ny20S8G99mPgNLse2rs/IpfWoU=";
    sha256 = "sha256-QTlOiZG6qpNeicMJpOTMSTk2WwKbOzkaLulgmsxYaVI=";
  };

  outputs = [ "out" "dev" ];