lol
0
fork

Configure Feed

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

atkmm_2_36: 2.36.2 → 2.36.3

https://gitlab.gnome.org/GNOME/atkmm/-/compare/2.36.2...2.36.3

+2 -2
+2 -2
pkgs/development/libraries/atkmm/2.36.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "atkmm"; 5 - version = "2.36.2"; 5 + version = "2.36.3"; 6 6 7 7 src = fetchurl { 8 8 url = "mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz"; 9 - sha256 = "sha256-b2LdmfdGmF5XNgWTdXfM/JRDaPYGpxykY0LXDhza4Hk="; 9 + sha256 = "sha256-bsJk6qDE3grbcgLGABcL3pp/vk1Ga/vpQOr3+qpsWXQ="; 10 10 }; 11 11 12 12 outputs = [ "out" "dev" ];