blobby-volley: fix version to match tarball

This commit is contained in:
Evgeny Egorochkin 2013-07-13 22:41:52 +03:00
parent 83e37cdac8
commit 6c1fc08df7

View file

@ -1,6 +1,6 @@
{stdenv, fetchurl, SDL, SDL_image, mesa, cmake, physfs, boost, zip, zlib}:
stdenv.mkDerivation rec {
version = "2.0-rc3";
version = "1.0-rc3";
name = "blobby-volley-${version}";
src = fetchurl {