forked from mirrors/nixpkgs
blobby-volley: fix version to match tarball
This commit is contained in:
parent
83e37cdac8
commit
6c1fc08df7
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue