atkmm_2_36: 2.36.2 → 2.36.3

https://gitlab.gnome.org/GNOME/atkmm/-/compare/2.36.2...2.36.3
This commit is contained in:
Bobby Rong 2024-02-04 06:48:20 +00:00
parent f029bcc5d2
commit 81f46e9659
No known key found for this signature in database

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "atkmm";
version = "2.36.2";
version = "2.36.3";
src = fetchurl {
url = "mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
sha256 = "sha256-b2LdmfdGmF5XNgWTdXfM/JRDaPYGpxykY0LXDhza4Hk=";
sha256 = "sha256-bsJk6qDE3grbcgLGABcL3pp/vk1Ga/vpQOr3+qpsWXQ=";
};
outputs = [ "out" "dev" ];