Skip to content

Commit

Permalink
gtk+: 3.22.19 -> 3.22.21
Browse files Browse the repository at this point in the history
  • Loading branch information
vbgl committed Sep 14, 2017
1 parent a7637b3 commit 2f70241
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/gtk+/3.x.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ with stdenv.lib;

let
ver_maj = "3.22";
ver_min = "19";
ver_min = "21";
version = "${ver_maj}.${ver_min}";
in
stdenv.mkDerivation rec {
name = "gtk+3-${version}";

src = fetchurl {
url = "mirror://gnome/sources/gtk+/${ver_maj}/gtk+-${version}.tar.xz";
sha256 = "9883d3ca5244f9b3168ce660e87d52900e141d0f7147dea0640bdd6fe8e5166c";
sha256 = "1bd3c1a85cfb4db112cabb5379abb05a1a94fe43052d309d573493fca00e6b87";
};

outputs = [ "out" "dev" ];
Expand Down

0 comments on commit 2f70241

Please sign in to comment.