fetchbzr, fetchdarcs, fetchhg: use rev attr
This makes it match the behaviour of fetchgit and fetchsvn, so it's easier to write scripts that support all of them.
This commit is contained in:
@@ -6,7 +6,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
src = fetchhg {
|
||||
url = "https://opentyrian.googlecode.com/hg/";
|
||||
tag = "13ef8ce47362";
|
||||
rev = "13ef8ce47362";
|
||||
md5 = "95c8f9e7ff3d4207f1c692c7cec6c9b0";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user