Skip to content

Commit

Permalink
gkt3: maintenance 3.22.18 -> 3.22.19
Browse files Browse the repository at this point in the history
  • Loading branch information
vcunat committed Sep 3, 2017
1 parent daa12ab commit 3980abe
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 = "18";
ver_min = "19";
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 = "b64b1c2ec20adf128ac08ee704d1f4e7b0a8d3df097d51f62edb271c7bb1bf69";
sha256 = "9883d3ca5244f9b3168ce660e87d52900e141d0f7147dea0640bdd6fe8e5166c";
};

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

0 comments on commit 3980abe

Please sign in to comment.