libnma: 1.8.40 → 1.10.0

https://gitlab.gnome.org/GNOME/libnma/-/compare/1.8.40...1.10.0
This commit is contained in:
Jan Tojnar 2022-09-07 21:05:45 +00:00
parent 4bc540dff3
commit 9a91313fdb

View file

@ -27,13 +27,13 @@
stdenv.mkDerivation rec {
pname = "libnma";
version = "1.8.40";
version = "1.10.0";
outputs = [ "out" "dev" "devdoc" ];
src = fetchurl {
url = "mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
sha256 = "hwp1+NRkHtDZD4Nq6m/1ESJL3pf/1W1git4um1rLKyI=";
sha256 = "dqFyxVJpcJvxZtGKOry2Fac3GN48KwD0KPi9bkk27p8=";
};
patches = [