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://bitbucket.org/alanmi/abc";
|
||||
tag = "03e221443d71e49e56cbc37f1907ee3b0ff3e7c9";
|
||||
rev = "03e221443d71e49e56cbc37f1907ee3b0ff3e7c9";
|
||||
sha256 = "0ahrqg718y7xpv939f6x8w1kqh7wsja4pw8hca7j67j0qjdgb4lm";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user