s3cmd-1.5-pre-81e3842f7a: Use more precise naming convention.

This commit is contained in:
vi
2014-06-02 18:02:13 +08:00
parent 2c05eb96bc
commit db7be30172
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
{ stdenv, fetchgit, pythonPackages }:
pythonPackages.buildPythonPackage rec {
name = "s3cmd_git";
name = "s3cmd-1.5-pre-81e3842f7a";
src = fetchgit {
url = "https://github.com/s3tools/s3cmd.git";