about summary refs log tree commit diff
path: root/pkgs/development/libraries/x265/hg.nix
blob: 5793bd343388340f06c3e07ac11016e073a88dc8 (plain) (blame)
1
2
3
4
5
6
7
{ callPackage, ... } @ args:

callPackage ./generic.nix (args // rec {
  version = "hg";
  rev = "5f9f7194267b76f733e9ffb0f9e8b474dfe89a71";
  sha256 = "056ng8nsadmjf6s7igbgbxmiapjcxpfy6pbayl764xbhpkv4md88";
})