libayatana-indicator: 0.9.2 -> 0.9.3 (#212885)

This commit is contained in:
R. RyanTM
2023-01-27 16:23:02 +00:00
committed by GitHub
parent 4d7ac1918f
commit 13081587cb
@@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "libayatana-indicator";
version = "0.9.2";
version = "0.9.3";
src = fetchFromGitHub {
owner = "AyatanaIndicators";
repo = "libayatana-indicator";
rev = version;
sha256 = "sha256-Bi+whbODdJMSQ6iiIrHAwht1Efi83icerT7ubQvE5n0=";
sha256 = "sha256-tOZcrcuZowqDg/LRYTY6PCxKnpEd67k4xAHrIKupunI=";
};
nativeBuildInputs = [ pkg-config cmake ];