godot: remove -stable suffix from version

This commit is contained in:
Joerg Thalheim 2017-11-13 09:08:44 +00:00
parent 0533e56671
commit 8b0f2b22a5

View file

@ -4,12 +4,12 @@
stdenv.mkDerivation rec {
name = "godot-${version}";
version = "2.1.4-stable";
version = "2.1.4";
src = fetchFromGitHub {
owner = "godotengine";
repo = "godot";
rev = version;
rev = "${version}-stable";
sha256 = "0d2zczn5k7296sky5gllq55cxd586nx134y2iwjpkqqjr62g0h48";
};