ayatana-ido: 0.10.0 -> 0.10.1

This commit is contained in:
R. Ryantm 2023-08-31 12:08:33 +00:00
parent 9b4d043ba2
commit 7e48af9e0b

View file

@ -5,13 +5,13 @@
stdenv.mkDerivation rec {
pname = "ayatana-ido";
version = "0.10.0";
version = "0.10.1";
src = fetchFromGitHub {
owner = "AyatanaIndicators";
repo = pname;
rev = version;
sha256 = "sha256-jpNsH8c5ObnO+/AqsribvyFZhm7mmCFGNx9p4QHZKQE=";
sha256 = "sha256-uecUyqSL02SRdlLbWIy0luHACTFoyMXQ6rOIYuisZsw=";
};
nativeBuildInputs = [ pkg-config cmake ];