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

libayatana-common: 0.9.8 -> 0.9.9

parent 85f15865
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,13 +16,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "libayatana-common";
  version = "0.9.8";
  version = "0.9.9";

  src = fetchFromGitHub {
    owner = "AyatanaIndicators";
    repo = "libayatana-common";
    rev = finalAttrs.version;
    hash = "sha256-5cHFjBQ3NgNaoprPrFytnrwBRL7gDG7QZLWomgGBJMg=";
    hash = "sha256-IBLJPgi+dKZKbR0Yjr2aNjCdpY+PE1k9QLSsk++6Wqo=";
  };

  postPatch = ''