mate.libmatekbd: 1.24.1 -> 1.26.0

This commit is contained in:
José Romildo 2021-08-06 16:08:17 -03:00
parent 738a1824f0
commit e08af763d8

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "libmatekbd";
version = "1.24.1";
version = "1.26.0";
src = fetchurl {
url = "https://pub.mate-desktop.org/releases/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
sha256 = "17mcxfkvl14p04id3n5kbhpjwjq00c8wmbyciyy2hm7kwdln6zx8";
sha256 = "1b8iv2hmy8z2zzdsx8j5g583ddxh178bq8dnlqng9ifbn35fh3i2";
};
nativeBuildInputs = [ pkg-config gettext ];