summary refs log tree commit diff
path: root/pkgs/applications/misc/ocropus/default.nix
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/applications/misc/ocropus/default.nix
parent9b7dbcc83e2b8c8fcb37bc204bba83311e17eca0 (diff)
downloadnixlib-e10001042d6fc2b4246f51b5fa1625b8bf7e8df3.tar
nixlib-e10001042d6fc2b4246f51b5fa1625b8bf7e8df3.tar.gz
nixlib-e10001042d6fc2b4246f51b5fa1625b8bf7e8df3.tar.bz2
nixlib-e10001042d6fc2b4246f51b5fa1625b8bf7e8df3.tar.lz
nixlib-e10001042d6fc2b4246f51b5fa1625b8bf7e8df3.tar.xz
nixlib-e10001042d6fc2b4246f51b5fa1625b8bf7e8df3.tar.zst
nixlib-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/applications/misc/ocropus/default.nix')
-rw-r--r--pkgs/applications/misc/ocropus/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/misc/ocropus/default.nix b/pkgs/applications/misc/ocropus/default.nix
index fef3209d11a6..240a975e611e 100644
--- a/pkgs/applications/misc/ocropus/default.nix
+++ b/pkgs/applications/misc/ocropus/default.nix
@@ -40,7 +40,7 @@ pythonPackages.buildPythonPackage rec {
 
   src = fetchhg {
     url = "https://code.google.com/p/ocropus.ocropy";
-    tag = "a6e0fbd820ce";
+    rev = "a6e0fbd820ce";
     sha256 = "1s0v0gd6psfjp6lghwl2dj49h18mgf2n2z8hqzw8430nzhglnlvr";
   };