Merge pull request #12593 from Beauhurst/crecord-fetchhg
hg-crecord: switch to same revision, but fetched properly using fetchhg
This commit is contained in:
commit
10b55ca486
|
@ -8171,9 +8171,10 @@ in modules // {
|
||||||
name = "hg-crecord-${rev}";
|
name = "hg-crecord-${rev}";
|
||||||
disabled = isPy3k;
|
disabled = isPy3k;
|
||||||
|
|
||||||
src = pkgs.fetchurl {
|
src = pkgs.fetchhg {
|
||||||
url = "https://bitbucket.org/edgimar/crecord/get/${builtins.substring 0 12 rev}.tar.gz";
|
inherit rev;
|
||||||
sha256 = "02003fa5620ec40a5ad0d7cede2e65c2cb398a7fe4e1ee26bd3396a87d63ad35";
|
url = "https://bitbucket.org/edgimar/crecord";
|
||||||
|
sha256 = "14x1k5k0jv3fiynpdfyp5zh4qvs4nr6qwy09chv3js3dhs5887ic";
|
||||||
};
|
};
|
||||||
|
|
||||||
# crecord comes as just a bare directory
|
# crecord comes as just a bare directory
|
||||||
|
|
Loading…
Reference in New Issue