aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/libidn/.yandex_meta/override.nix
blob: f96510fb9adda44d99816048c88662c26bffb693 (plain) (blame)
1
2
3
4
5
6
7
8
pkgs: attrs: with pkgs; with attrs; rec {
  version = "1.42";

  src = fetchurl {
    url = "mirror://gnu/libidn/${pname}-${version}.tar.gz";
    hash = "sha256-1sGZ3NgG5P4nk2DLSwg0mg05Vg7VSP/RzK3ajN7LRyM=";
  };
}