1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-02-18 00:49:52 +00:00

Merge pull request #139558 from Creator54/p2

godot: 3.3.2 -> 3.3.3
This commit is contained in:
Bobby Rong 2021-09-28 19:20:45 +08:00 committed by GitHub
commit 88307064eb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,13 +13,13 @@ let
};
in stdenv.mkDerivation rec {
pname = "godot";
version = "3.3.2";
version = "3.3.3";
src = fetchFromGitHub {
owner = "godotengine";
repo = "godot";
rev = "${version}-stable";
sha256 = "0rfm6sbbwzvsn76a8aqagd7cqdzmk8qxphgl89k7y982l9a5sz50";
sha256 = "0bkng0iwsfawxk8bxlq01ib4n6kaxjkbwcif1bhpvw5ra19430rg";
};
nativeBuildInputs = [ pkg-config ];