about summary refs log tree commit diff
path: root/pkgs/applications/science/math/glsurf
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/science/math/glsurf
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/science/math/glsurf')
-rw-r--r--pkgs/applications/science/math/glsurf/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/science/math/glsurf/default.nix b/pkgs/applications/science/math/glsurf/default.nix
index a056a32c64c2..c4352c46f92e 100644
--- a/pkgs/applications/science/math/glsurf/default.nix
+++ b/pkgs/applications/science/math/glsurf/default.nix
@@ -9,7 +9,7 @@ stdenv.mkDerivation {
 
   src = fetchdarcs {
     url = "http://lama.univ-savoie.fr/~raffalli/GlSurf";
-    tag = "3.3";
+    rev = "3.3";
     sha256 = ""; md5="";
   };