3dpong: fix version to match tarball

This commit is contained in:
Evgeny Egorochkin
2013-07-14 02:08:48 +03:00
parent e193a4f898
commit 3af273f3c3
+1 -1
View File
@@ -1,7 +1,7 @@
{stdenv, fetchurl, libX11}:
stdenv.mkDerivation {
name = "3dpong-0.5.0";
name = "3dpong-0.5";
src = fetchurl {
url = ftp://ftp.tuxpaint.org/unix/x/3dpong/src/3dpong-0.5.tar.gz;
sha256 = "1ibb79sbzlbn4ra3n0qk22gqr6fg7q0jy6cm0wg2qj4z64c7hmdi";