glibmm: 2.66.3 → 2.66.4

https://gitlab.gnome.org/GNOME/glibmm/-/compare/2.66.3...2.66.4
This commit is contained in:
Jan Tojnar 2022-05-04 13:15:01 +00:00
parent c478079f25
commit 80adbe5e34

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "glibmm";
version = "2.66.3";
version = "2.66.4";
src = fetchurl {
url = "mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
sha256 = "sha256-r7liAkkUhdP0QQLZghmhctotP563j848+5JVm6SW5Jk=";
sha256 = "sha256-GZrOVoLYGxWh1WVIC0qVBoLy22QCyKpd1yF9ce3/gdU=";
};
outputs = [ "out" "dev" ];