Merge pull request #330395 from r-ryantm/auto-update/ayatana-ido

ayatana-ido: 0.10.2 -> 0.10.3
This commit is contained in:
tomberek 2024-07-28 00:14:42 -04:00 committed by GitHub
commit 19b23bb95f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 ];