glibmm_2_68: 2.78.1 → 2.80.0

https://gitlab.gnome.org/GNOME/glibmm/-/compare/2.78.1...2.80.0

Changelog-Reviewed-By: Maxine Aubrey <max@ine.dev>
This commit is contained in:
Maxine Aubrey 2024-03-26 21:28:16 +01:00
parent f092c070f3
commit 4d715ca164
No known key found for this signature in database
GPG Key ID: F6FE033DFCB899F7

View File

@ -13,13 +13,13 @@
stdenv.mkDerivation rec {
pname = "glibmm";
version = "2.78.1";
version = "2.80.0";
outputs = [ "out" "dev" ];
src = fetchurl {
url = "mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
sha256 = "sha256-9HPyl10mw0CeES7RHtNkBvs4Q/qXXfV1wi1MuEMIX2E=";
hash = "sha256-U5sKKeFalmdsTwWUVBJQVmxcpE2l1Nh6NzL6LQeQnko=";
};
nativeBuildInputs = [