gtk3: 3.24.7 -> 3.24.8 (#59408)

https://gitlab.gnome.org/GNOME/gtk/blob/3.24.8/NEWS
This commit is contained in:
Tor Hedin Brønner 2019-04-14 19:14:36 +02:00 committed by GitHub
parent 69178b949d
commit 5587831405
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,14 +13,14 @@ assert cupsSupport -> cups != null;
with stdenv.lib;
let
version = "3.24.7";
version = "3.24.8";
in
stdenv.mkDerivation rec {
name = "gtk+3-${version}";
src = fetchurl {
url = "mirror://gnome/sources/gtk+/${stdenv.lib.versions.majorMinor version}/gtk+-${version}.tar.xz";
sha256 = "080m925dyhiidlhsxqzx040l4iha2gg38pzbfpnsnjyzl92124jj";
sha256 = "16f71bbkhwhndcsrpyhjia3b77cb5ksf5c45lyfgws4pkgg64sb6";
};
outputs = [ "out" "dev" ];