Commit e7118994 authored by R. RyanTM's avatar R. RyanTM
Browse files

libgbinder: 1.1.38 -> 1.1.39

parent 57443256
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.38";
  version = "1.1.39";

  src = fetchFromGitHub {
    owner = "mer-hybris";
    repo = pname;
    rev = version;
    sha256 = "sha256-k5oCwi1KvyRVawH0d4Kp+MCxkymAtl6zVk7DVRXFVMg=";
    sha256 = "sha256-O+Fg6NtWdBe0k+XhE/h62C1tvC6Y1BQZWva63sXJDfY=";
  };

  outputs = [ "out" "dev" ];