Commit 6ca55056 authored by R. RyanTM's avatar R. RyanTM
Browse files

ayatana-ido: 0.10.1 -> 0.10.2

parent f2c7ecb8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -5,13 +5,13 @@

stdenv.mkDerivation rec {
  pname = "ayatana-ido";
  version = "0.10.1";
  version = "0.10.2";

  src = fetchFromGitHub {
    owner = "AyatanaIndicators";
    repo = pname;
    rev = version;
    sha256 = "sha256-uecUyqSL02SRdlLbWIy0luHACTFoyMXQ6rOIYuisZsw=";
    sha256 = "sha256-Y+5fHUe1HAjU/cy7jWKE7zVQUezJNFg4q9tn7H1+NuA=";
  };

  nativeBuildInputs = [ pkg-config cmake ];