Skip to content

Commit

Permalink
godot: remove -stable suffix from version
Browse files Browse the repository at this point in the history
  • Loading branch information
Mic92 committed Nov 13, 2017
1 parent 0533e56 commit 8b0f2b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/tools/godot/default.nix
Expand Up @@ -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";
};

Expand Down

0 comments on commit 8b0f2b2

Please sign in to comment.