Merge pull request #12593 from Beauhurst/crecord-fetchhg

hg-crecord: switch to same revision, but fetched properly using fetchhg
This commit is contained in:
Franz Pletz 2016-01-30 17:55:05 +01:00
commit 10b55ca486

View file

@ -8171,9 +8171,10 @@ in modules // {
name = "hg-crecord-${rev}";
disabled = isPy3k;
src = pkgs.fetchurl {
url = "https://bitbucket.org/edgimar/crecord/get/${builtins.substring 0 12 rev}.tar.gz";
sha256 = "02003fa5620ec40a5ad0d7cede2e65c2cb398a7fe4e1ee26bd3396a87d63ad35";
src = pkgs.fetchhg {
inherit rev;
url = "https://bitbucket.org/edgimar/crecord";
sha256 = "14x1k5k0jv3fiynpdfyp5zh4qvs4nr6qwy09chv3js3dhs5887ic";
};
# crecord comes as just a bare directory