ayatana-ido: 0.10.2 -> 0.10.3

This commit is contained in:
R. Ryantm 2024-07-27 11:44:01 +00:00
parent e97c8b67e3
commit 9ea194c60f

View File

@ -5,13 +5,13 @@
stdenv.mkDerivation rec {
pname = "ayatana-ido";
version = "0.10.2";
version = "0.10.3";
src = fetchFromGitHub {
owner = "AyatanaIndicators";
repo = pname;
rev = version;
sha256 = "sha256-Y+5fHUe1HAjU/cy7jWKE7zVQUezJNFg4q9tn7H1+NuA=";
sha256 = "sha256-WEPW9BstDv2k/5dTEDQza3eOQ9bd6CEVvmd817sEPAs=";
};
nativeBuildInputs = [ pkg-config cmake ];