summary refs log tree commit diff
path: root/pkgs/tools/security/meo
diff options
context:
space:
mode:
authorBenno Fünfstück <benno.fuenfstueck@gmail.com>2014-06-28 20:33:28 +0200
committerBenno Fünfstück <benno.fuenfstueck@gmail.com>2014-06-28 21:06:10 +0200
commite10001042d6fc2b4246f51b5fa1625b8bf7e8df3 (patch)
treef01e3e8ab58fb4474dc16df523257def2d05771f /pkgs/tools/security/meo
parent9b7dbcc83e2b8c8fcb37bc204bba83311e17eca0 (diff)
downloadnixpkgs-e10001042d6fc2b4246f51b5fa1625b8bf7e8df3.tar
nixpkgs-e10001042d6fc2b4246f51b5fa1625b8bf7e8df3.tar.gz
nixpkgs-e10001042d6fc2b4246f51b5fa1625b8bf7e8df3.tar.bz2
nixpkgs-e10001042d6fc2b4246f51b5fa1625b8bf7e8df3.tar.lz
nixpkgs-e10001042d6fc2b4246f51b5fa1625b8bf7e8df3.tar.xz
nixpkgs-e10001042d6fc2b4246f51b5fa1625b8bf7e8df3.tar.zst
nixpkgs-e10001042d6fc2b4246f51b5fa1625b8bf7e8df3.zip
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.
Diffstat (limited to 'pkgs/tools/security/meo')
-rw-r--r--pkgs/tools/security/meo/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/security/meo/default.nix b/pkgs/tools/security/meo/default.nix
index e18b68c7593..31736123a9f 100644
--- a/pkgs/tools/security/meo/default.nix
+++ b/pkgs/tools/security/meo/default.nix
@@ -5,7 +5,7 @@ stdenv.mkDerivation {
   
   src = fetchhg {
     url = http://oss.stamfest.net/hg/meo;
-    tag = "b48e5f16cff8";
+    rev = "b48e5f16cff8";
     sha256 = "0ifg7y28s89i9gwda6fyj1jbrykbcvq8bf1m6rxmdcv5afi3arbq";
   };