lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

gtkmm4: 4.12.0 → 4.14.0

https://gitlab.gnome.org/GNOME/gtkmm/-/compare/4.12.0...4.14.0

Changelog-Reviewed-By: Maxine Aubrey <max@ine.dev>

+2 -2
+2 -2
pkgs/development/libraries/gtkmm/4.x.nix
··· 18 18 19 19 stdenv.mkDerivation rec { 20 20 pname = "gtkmm"; 21 - version = "4.12.0"; 21 + version = "4.14.0"; 22 22 23 23 outputs = [ "out" "dev" ]; 24 24 25 25 src = fetchurl { 26 26 url = "mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz"; 27 - sha256 = "+8PnYYEjNFwBSO9xq7ZUjUIfUrsiT72jSHW2d9wDLJI="; 27 + hash = "sha256-k1CgREt0TKPcaVhuvRtnB1IJIrbZ9PIyEDzmA6Jx7No="; 28 28 }; 29 29 30 30 nativeBuildInputs = [