Skip to content

Commit

Permalink
pango: maintenance 1.40.9 -> 1.40.11
Browse files Browse the repository at this point in the history
  • Loading branch information
vcunat committed Sep 3, 2017
1 parent 6d2d7d5 commit daa12ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/pango/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ with stdenv.lib;

let
ver_maj = "1.40";
ver_min = "9";
ver_min = "11";
in
stdenv.mkDerivation rec {
name = "pango-${ver_maj}.${ver_min}";

src = fetchurl {
url = "mirror://gnome/sources/pango/${ver_maj}/${name}.tar.xz";
sha256 = "9faea6535312fe4436b93047cf7a04af544eb52a079179bd3a33821aacce7e16";
sha256 = "5b11140590e632739e4151cae06b8116160d59e22bf36a3ccd5df76d1cf0383e";
};

patches = [
Expand Down

0 comments on commit daa12ab

Please sign in to comment.