We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fb9151 commit 0edbce6Copy full SHA for 0edbce6
pkgs/by-name/cl/clickable/package.nix
@@ -8,13 +8,13 @@
8
9
python3Packages.buildPythonApplication rec {
10
pname = "clickable";
11
- version = "7.11.0";
+ version = "8.2.0";
12
13
src = fetchFromGitLab {
14
owner = "clickable";
15
repo = "clickable";
16
rev = "v${version}";
17
- sha256 = "sha256-OVS+FK2ABoKbBFLDc3drcjeaa3yO9/8Ah8FzlN2fd8g=";
+ sha256 = "sha256-MFzpeiWeqJ0MG8ouwRkYXD1e6Nsxshmz1NSzCIBRjZ0=";
18
};
19
20
propagatedBuildInputs = with python3Packages; [
@@ -62,6 +62,7 @@ python3Packages.buildPythonApplication rec {
62
"test_devices"
63
"test_install"
64
"test_skip_container_mode"
65
+ "test_godot_plugin"
66
]
67
++
68
# There are no docker images available for the aarch64 architecutre
0 commit comments