godot_headers: provide a better version string
This commit is contained in:
parent
ef5fd1cf27
commit
2b96b03333
1 changed files with 2 additions and 2 deletions
|
@ -1,11 +1,11 @@
|
|||
{ stdenv, fetchFromGitHub }:
|
||||
stdenv.mkDerivation rec {
|
||||
name = "godot_headers";
|
||||
version = "51bca3bf5d917341f3e15076c5a9191f8a5118ae";
|
||||
version = "2018-02-09";
|
||||
src = fetchFromGitHub {
|
||||
owner = "GodotNativeTools";
|
||||
repo = "godot_headers";
|
||||
rev = version;
|
||||
rev = "51bca3bf5d917341f3e15076c5a9191f8a5118ae";
|
||||
sha256 = "0z562pqm8y8wldmfiya72cvwwpvcfznpl0wypagw50v0f41ilywh";
|
||||
};
|
||||
buildPhase = "true";
|
||||
|
|
Loading…
Reference in a new issue