Unverified Commit 8f050913 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #202006 from j-lgs/submit/bump-libgbinder

libgbinder: 1.1.25 -> 1.1.26
parents da69a500 388f05d7
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.25";
  version = "1.1.26";

  src = fetchFromGitHub {
    owner = "mer-hybris";
    repo = pname;
    rev = version;
    sha256 = "sha256-yr9FJd1+yJdP3vXHbuaaL5UmXGnKxR319LzXs76LBwk=";
    sha256 = "sha256-bXptf1ALanzDyhajQtKMs/0M9TWlrjhWQdC1NZiUgd8=";
  };

  outputs = [ "out" "dev" ];