libayatana-common: 0.9.8 -> 0.9.9

This commit is contained in:
R. Ryantm 2023-10-09 11:07:47 +00:00
parent 85f158659a
commit a073d008b0

View File

@ -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 = ''