lol
0
fork

Configure Feed

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

Merge pull request #286301 from amaxine/gtk3_3.24.41

authored by

maxine and committed by
GitHub
3d46919f e3e42c29

+2 -2
+2 -2
pkgs/development/libraries/gtk/3.x.nix
··· 64 64 65 65 stdenv.mkDerivation (finalAttrs: { 66 66 pname = "gtk+3"; 67 - version = "3.24.39"; 67 + version = "3.24.41"; 68 68 69 69 outputs = [ "out" "dev" ] ++ lib.optional withIntrospection "devdoc"; 70 70 outputBin = "dev"; ··· 78 78 inherit (finalAttrs) version; 79 79 in fetchurl { 80 80 url = "mirror://gnome/sources/gtk+/${lib.versions.majorMinor version}/gtk+-${version}.tar.xz"; 81 - sha256 = "sha256-HKw+VmubLzZTpFjAjC3N/cqfkIA3rAPJ2FZLQpV3jXk="; 81 + sha256 = "sha256-R9phSHrzCHqUvEkpb9AlygvAL5bvBsVW58iYi9ZRtvo="; 82 82 }; 83 83 84 84 patches = [