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

  src = fetchFromGitHub {
    owner = "madler";
    repo = "zlib";
    rev = "v${version}";
    hash = "sha256-TkPLWSN5QcPlL9D0kc/yhH0/puE9bFND24aj5NVDKYs=";
  };
}