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

ayatana-ido: 0.10.1 -> 0.10.2
This commit is contained in:
Nick Cao
2024-04-29 10:40:42 -04:00
committed by GitHub
@@ -5,13 +5,13 @@
stdenv.mkDerivation rec {
pname = "ayatana-ido";
version = "0.10.1";
version = "0.10.2";
src = fetchFromGitHub {
owner = "AyatanaIndicators";
repo = pname;
rev = version;
sha256 = "sha256-uecUyqSL02SRdlLbWIy0luHACTFoyMXQ6rOIYuisZsw=";
sha256 = "sha256-Y+5fHUe1HAjU/cy7jWKE7zVQUezJNFg4q9tn7H1+NuA=";
};
nativeBuildInputs = [ pkg-config cmake ];