ayatana-ido: 0.10.1 -> 0.10.2

This commit is contained in:
R. Ryantm 2024-04-29 03:21:32 +00:00
parent f2c7ecb8a4
commit 6ca5505679

View File

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