tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
0
fork
atom
nixpkgs mirror (for testing)
github.com/NixOS/nixpkgs
nix
0
fork
atom
overview
issues
pulls
pipelines
godot: 3.5.1 -> 3.5.2
Kirill Radzikhovskyy
2 years ago
f0cab06f
501cbcd2
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
tools
godot
3
default.nix
+2
-2
pkgs/development/tools/godot/3/default.nix
reviewed
···
33
33
in
34
34
stdenv.mkDerivation rec {
35
35
pname = "godot";
36
36
-
version = "3.5.1";
36
36
+
version = "3.5.2";
37
37
38
38
src = fetchFromGitHub {
39
39
owner = "godotengine";
40
40
repo = "godot";
41
41
rev = "${version}-stable";
42
42
-
sha256 = "sha256-uHwTthyhfeQN0R1XjqZ+kGRa5WcpeQzA/DO9hZk4lvU=";
42
42
+
sha256 = "sha256-C+1J5N0ETL1qKust+2xP9uB4x9NwrMqIm8aFAivVYQw=";
43
43
};
44
44
45
45
nativeBuildInputs = [ pkg-config makeWrapper ];