atkmm: 2.28.2 -> 2.28.3

This commit is contained in:
R. Ryantm 2022-07-21 00:50:21 +00:00
parent 8f6a16d083
commit e5424debbe

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "atkmm";
version = "2.28.2";
version = "2.28.3";
src = fetchurl {
url = "mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
sha256 = "sha256-oLtJdlzszCk6ssZzW6EAQxgH04T/oUwuvTDgeZP9L6Q=";
sha256 = "sha256-fCCItIapCb6NorGDBOVsX5CITRNDyNpzZ+pc0yWLmWk=";
};
outputs = [ "out" "dev" ];