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 @@ let
|
||||
root = "code.google.com/p/snappy-go";
|
||||
src = fetchhg {
|
||||
url = "http://code.google.com/p/snappy-go";
|
||||
tag = "14";
|
||||
rev = "14";
|
||||
sha256 = "0ywa52kcii8g2a9lbqcx8ghdf6y56lqq96sl5nl9p6h74rdvmjr7";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user