libayatana-common: 0.9.8 -> 0.9.9

+2 -2
+2 -2
pkgs/development/libraries/libayatana-common/default.nix
··· 16 17 stdenv.mkDerivation (finalAttrs: { 18 pname = "libayatana-common"; 19 - version = "0.9.8"; 20 21 src = fetchFromGitHub { 22 owner = "AyatanaIndicators"; 23 repo = "libayatana-common"; 24 rev = finalAttrs.version; 25 - hash = "sha256-5cHFjBQ3NgNaoprPrFytnrwBRL7gDG7QZLWomgGBJMg="; 26 }; 27 28 postPatch = ''
··· 16 17 stdenv.mkDerivation (finalAttrs: { 18 pname = "libayatana-common"; 19 + version = "0.9.9"; 20 21 src = fetchFromGitHub { 22 owner = "AyatanaIndicators"; 23 repo = "libayatana-common"; 24 rev = finalAttrs.version; 25 + hash = "sha256-IBLJPgi+dKZKbR0Yjr2aNjCdpY+PE1k9QLSsk++6Wqo="; 26 }; 27 28 postPatch = ''