glibmm_2_68: 2.80.0 → 2.82.0

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

Changelog-reviewed-by: Bobby Rong <rjl931189261@126.com>
This commit is contained in:
Bobby Rong 2024-09-09 13:23:53 +00:00
parent 265821d7f6
commit fc57eb2437
No known key found for this signature in database

View File

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